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
more garlic config
ianwhite (author)
Sat Sep 20 22:40:15 -0700 2008
commit  b16b5245dad406e6c5b2a5a42a281951cfc0c82b
tree    93147b163c73017eacb7898a0230a650bca3d202
parent  c4c7d8e996862e952c1adad2dcec5af48fda1a01
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,7 +28,7 @@ garlic do
0
   repo 'inherit_views', :path => '.'
0
 
0
   # for target, default repo is 'rails', default branch is 'master'
0
-  target 'edge', :branch => 'master' do
0
+  target 'edge', :branch => 'origin/master' do
0
     prepare do
0
       plugin 'inherit_views', :clone => true
0
       plugin 'rspec'

Comments