Sha256: 019092d2dbdd7ab5a028446f6259376b26decf18000d0a1f420d0904f2180e37
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
- 2.3 * Cell::Base#new(controller, opts={}) We got rid of the second argument cell_name, since it was completely useless. * when a state view couldn't be found there's no longer a warning message, but an exception. * moved Cell::Base to lib/cell/base.rb * moved Rails extension code to lib/rails_extensions.rb * removed all the boot code since we don't need it anymore - trunk * Remove dependency on Engines * Improved support for helpers - cells-1.0 * view rendering rewritten, we now use a separate ActionView::Base instance that fixes bug #1 * introduced view inheritance, so derived cells inherit view files from their superclass * introduced automatic view file finding, Cell::Base#path is no longer needed * added support for helpers in cell views * removed Cell::Registry in favor or a new cells autoloading mechanism - zells-0.1 * partly fixed bug #1 where cell instance variables could not be accessed when calling #render_cell under special circumstances * added lots of tests * tests use #assert_select now - zells-0.1-rc1 * first release into an unsuspecting world
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cells-2.3.0 | CHANGES |