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
Modified galric example so I can work in the 2.x-stable work
ianwhite (author)
Sat Sep 20 17:46:27 -0700 2008
commit  fe9e1a2d722d9a9897d525b8016b879db0579ea3
tree    e267c47dfdceb74aa6ff7d766f3adec56796d6c6
parent  29e9d19dc83ed74450ade124c70c5c1e9723966a
...
32
33
34
35
 
36
37
38
39
40
41
 
42
43
44
...
32
33
34
 
35
36
37
38
39
40
 
41
42
43
44
0
@@ -32,13 +32,13 @@ garlic do
0
   
0
   target '2.0-stable', :branch => 'origin/2-0-stable' do
0
     prepare do
0
-      plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1'
0
+      plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1', :clone => true
0
     end
0
   end
0
   
0
   target '2.1-stable', :branch => 'origin/2-1-stable' do
0
     prepare do
0
-      plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1'
0
+      plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1', :clone => true
0
     end
0
   end
0
 

Comments