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:49:30 -0700 2008
commit  2ec3b5d2070cc6583bcc5995a82e25e6fa534406
tree    7a9ad521c7320aa0f645ae64c70b87827c647aee
parent  b16b5245dad406e6c5b2a5a42a281951cfc0c82b
...
30
31
32
33
 
34
35
36
...
30
31
32
 
33
34
35
36
0
@@ -30,7 +30,7 @@ garlic do
0
   # for target, default repo is 'rails', default branch is 'master'
0
   target 'edge', :branch => 'origin/master' do
0
     prepare do
0
-      plugin 'inherit_views', :clone => true
0
+      plugin 'inherit_views', :branch => 'origin/master', :clone => true
0
       plugin 'rspec'
0
       plugin 'rspec-rails' do
0
         sh "script/generate rspec -f"

Comments