Sha256: 7f4c6f52801026b8c1db1510b5564fd88663f6628400ce8919b37ccd9cc22373

Contents?: true

Size: 1.12 KB

Versions: 15

Compression:

Stored size: 1.12 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

15 entries across 15 versions & 1 rubygems

Version Path
cells-3.3.8 CHANGES
cells-3.3.7 CHANGES
cells-3.3.6 CHANGES
cells-3.4.2 CHANGES
cells-3.3.5 CHANGES
cells-3.4.1 CHANGES
cells-3.4.0 CHANGES
cells-3.4.0.beta3 CHANGES
cells-3.4.0.beta2 CHANGES
cells-3.4.0.beta1 CHANGES
cells-3.3.4 CHANGES
cells-3.3.3 CHANGES
cells-3.3.2 CHANGES
cells-3.3.1 CHANGES
cells-3.3.0 CHANGES