Cells v3.9.0 Release Notes

    • ๐Ÿš… Cells in engines are now recognized under Rails 4.0.
    • Introducing @#cell@ and @#cell_for@ to instantiate cells in ActionController and ActionView.
    • โž• Adding @Cell::Rails::ViewModel@ as a new "dialect" of working with cells.
    • โž• Add @Cell::Base#process_args@ which is called in the initializer to handle arguments passed into the constructor.
    • โœ… Setting @controller in your @Cell::TestCase@ no longer get overridden by us.