Skip to content
Chris Keele edited this page Dec 28, 2012 · 7 revisions

Version 0.7.0

  • 0.7.0:
    • Support block-syntax DSL.
    • Add DSL Proxy class that allows local variables in datatable classes to be accessed in later blocks.
    • Allow custom render methods via initializers.
    • Better lazy loading and object caching for better performance.
    • Call render methods on the supplied view context.
    • Pass in locals from the controller to be used in render methods.
    • Provide follow_source column option to yield related objects in the column block instead of the root one.
    • Remove virtual column's render_with requirement to access virtual attributes on called object.

Version 0.6.0

  • 0.6.6: Allow identically named datatables on models so STI plays nicely.
  • 0.6.3-0.6.5: Refine and fix initial ordering.
  • 0.6.2: Require namespaces.
  • 0.6.1: Fix searching typo.
  • 0.6.0: Time to update and mantain this wiki.

Table of Contents:

Clone this wiki locally