-
Notifications
You must be signed in to change notification settings - Fork 235
Cells 4.0
Nick Sutterer edited this page Apr 3, 2015
·
20 revisions
- Discuss/fix asset path problems: https://github.com/apotonick/cells/issues/266#issuecomment-76947256
- test all edge cases in HAML and SLIM (form_for, etc.), too (make sure they're tested in core as well) https://github.com/apotonick/cells/issues/265
- Make sure asset pipeline works
- Support for cells in engines
- HTML escaping for properties
- Named route helpers in rspec-cells: https://github.com/apotonick/cells/issues/269
- No ActionController dependency anymore. If needed, it will be injected via options.
- ActionView replacement with tilt. Minimal implementation with minimalistic layout finder.
- Automatic creation of Twins in line with Representable/Roar/Reform.
- Remove
Cell::Rails|Rack|Base
.