Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 503 Bytes

TODO.md

File metadata and controls

12 lines (9 loc) · 503 Bytes

4.0

  • Add tests for with_assets config

  • Get rid of the annoying ActionController dependency that needs to be passed into each cell. We only need it for "contextual links", when people wanna link to the same page. Make them pass in a URL generator object as a normal argument instead.

  • Generated cells will be view models per default.

  • Introduce Composition as in Reform, Representable, etc, when passing in a hash.

      include Composition
      property :id, on: :comment