public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Adding comments back into garlic_example
Ian White (author)
Thu May 22 10:21:25 -0700 2008
commit  611cb5b44e2a3a08354fe7166ded9a0cb5d6d444
tree    4a80050e70786eb7f73e17f8cc94921aa8d28c04
parent  6243c1b784326a895d8a8c212955b0ab1b708df2
...
17
18
19
20
21
22
 
 
 
23
24
25
...
17
18
19
 
 
 
20
21
22
23
24
25
0
@@ -17,9 +17,9 @@ garlic do
0
 
0
   # repo, give a url, specify :local to use a local repo (faster
0
   # and will still update from the origin url)
0
-  repo 'rails', :url => 'git://github.com/rails/rails',  :local => "~/dev/vendor/rails"
0
-  repo 'rspec', :url => 'git://github.com/dchelimsky/rspec',  :local => "~/dev/vendor/rspec"
0
-  repo 'rspec-rails', :url => 'git://github.com/dchelimsky/rspec-rails', :local => "~/dev/vendor/rspec-rails"
0
+  repo 'rails', :url => 'git://github.com/rails/rails'#,  :local => "~/dev/vendor/rails"
0
+  repo 'rspec', :url => 'git://github.com/dchelimsky/rspec'#,  :local => "~/dev/vendor/rspec"
0
+  repo 'rspec-rails', :url => 'git://github.com/dchelimsky/rspec-rails'#, :local => "~/dev/vendor/rspec-rails"
0
   repo 'response_for', :path => '.'
0
 
0
   # for target, default repo is 'rails', default branch is 'master'

Comments