-
Notifications
You must be signed in to change notification settings - Fork 235
Cells 4.0
Nick Sutterer edited this page May 30, 2015
·
20 revisions
- ::namespace MyEngine, the same that we have in Reform + Trailblazer
- Allow all files and assets in same directory (selectport).
- 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 https://github.com/apotonick/cells/issues/247
- Make sure asset pipeline works
- self-contained (with JS and CSS) has to work, too!!!
- Support for cells in engines
- HTML escaping for properties
- Named route helpers in rspec-cells: https://github.com/apotonick/cells/issues/269
- mounting cell to a route directly (without controller dependency)
- 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
.