hamlit-blockis now optional. Read the README for details.
- Now using
hamlit-blockfor 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_forversion until Haml 4.1 is out, which fixes this by simply not overriding the helper at all. IncludeCell::Hamlafter including the form helpers.
- Added
capturehelper to override Rails escaping.