Skip to content
Nick Sutterer edited this page Jan 6, 2016 · 20 revisions

4.1

  • Extract Layout and make internal layouts optional (render layout: :default).
  • Introduce Compiled as discussed with @timoschilling.

Ideas

  • Allow cell :comment, collection: [..], layout: .. as a :collection state? That could also help caching the collection?

TODO

Done

Conceptual

  • 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.