public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
inherit_views is not broken on edge anymore.
ianwhite (author)
Sun Sep 21 05:33:24 -0700 2008
commit  679c697e5fbf1c7596c9278625b8b155c5d25904
tree    1c459016f70112a27435e39307e216c8b5f5cc05
parent  966d6257b7d624ee0acba76d08f3f6bb01adc56a
...
2
3
4
5
 
 
 
6
7
8
9
10
11
12
...
2
3
4
 
5
6
7
8
9
 
 
10
11
12
0
@@ -2,11 +2,11 @@ http://plugins.ardes.com > inherit_views
0
 
0
 = Status
0
 
0
-inherit_views works on rails 2.0-stable and 2.1-stable.  To get this version checkout the rails-2.0-2.1 branch
0
+inherit views on edge has slimmed down a bit (64 LOC).  The API is the same except that, for the moment, render_parent is out.
0
+
0
+inherit_views is available for rails 2.0-stable and 2.1-stable.  To get this version checkout the rails-2.0-2.1 branch
0
 
0
   git clone git://github.com/ianhwite/inherit_views rails-2.0-2.1
0
-  
0
-inherit_views is broken on edge at the moment.  Edge's view internals have changed a lot, and so I'm working on a rewrite for edge.  This is found in the master branch
0
 
0
 = inherit_views
0
 

Comments