padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 509 forks source link

Pin haml to v5 #2260

Closed jkowens closed 1 year ago

jkowens commented 1 year ago

Tests that use inline templates will need to be updated for Haml 6:

Output should be unescaped by using !=

%html
  != yield
nesquena commented 1 year ago

Thanks!