Sha256: f61081d6b0de91b0ed6e8fca0e53b7f45cbdcd0fe4c5761e4cd4c12d72fcdedc

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

- 3.3.10
  * TestCase#render_cell now processes options properly.
  * added TestCase#assigns.

- 3.3.9
  * fixed loading test_case.rb
  * added TestCase#view_assigns

- 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-3.3.10 CHANGES