chriseppstein / cells forked from joshuabates/cells

Components for Rails. This fork maintains controller like syntax with a render method, layouts, etc.

This URL has Read+Write access

Derek Perez (author)
Tue Jun 09 09:27:17 -0700 2009
chriseppstein (committer)
Tue Jun 09 09:27:17 -0700 2009
cells / CHANGES
100644 22 lines (18 sloc) 0.745 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- 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