Sha256: 80435a900665ccbd5704cf177742a783e9999c1a8d5d16f6ce2a4b1e8638f775

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

- 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.9 CHANGES