Skip to content
Timo Schilling edited this page Jan 6, 2016 · 20 revisions

4.1

  • Extract Layout and make internal layouts optional (render layout: :default).
  • Allow collection: ary, layout: Cell::Layout where a generic context object is automatically passed to the layout cell.
  • Allow cell :comment, layout: Cell::Layout where a generic context object is automatically passed to the layout cell.

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.