hamlit-block
is now optional. Read the README for details.
- Now using
hamlit-block
for capturing.
Start based on cells-haml
Require >= haml-4.1.0.beta.1 as haml-rails doesn't know about its 5.0 compatibility, yet. You need to use commit , ref: 7c7c169
.
Require >= haml-5.0.0.beta2.
- Remove Haml's buggy
#form_for
version until Haml 4.1 is out, which fixes this by simply not overriding the helper at all. IncludeCell::Haml
after including the form helpers.
- Added
capture
helper to override Rails escaping.