- Drop all rails hacks , add 'cells-rails' for all the rails witchcraft.
- Introduce ViewModelErb
- The
concat
helper is not supported, anymore. Concatenate to a local string instead.
- Limit to erbse-0.0.x.
- Introduce
cell/erb.rb
for consistency with all other template gems.
- Allow Cells 4.x.
- Changed
#tag_options
. We now do escape strings as attributes are double-quoted strings already. It makes sense, thanks Rails.
- Fix
#concat
.
- Fixed output_buffer issues and more.
- Added
#capture
helper that doesn't do escaping, inCell::Erb
.