ianwhite / inherit_views

rails plugin that enables inheritance of views along a controller class heirachy

ianwhite (author)
Fri Feb 06 06:09:13 -0800 2009
commit  3d630483a88f57388236509595e4aabf0a5e9fa7
tree    d7d22c2898492057d69df09ac9f2dfb906f15e54
parent  5053c4b253d6302f462d1f4256e9d54cb39eba90
inherit_views / History.txt
100644 15 lines (10 sloc) 0.634 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* branched fro rails 2.0 and 2.1 in rails-2.0-2.1, edge rails follows master branch
 
* Now using garlic for CI
 
* Compatibility update for the new ActionView::Partial refactoring.
  [thanks Chris Hapgood for reporting, and tracking down, the bug]
 
* Compatible with both Rails 2.0.x and beyond - uses the template.finder object
  to find templates if that is available
 
* Vastly improved readability of specs, and made them much more acceptance like
 
* BC Alert! inherit_views has changed to keep up with edge rails internals.
  If you're using latest Edge, no problems. If you're using < 7413 then freeze
  to r390 of inherit_views