public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Fixing typo in garlic_example.rb
ianwhite (author)
Wed Sep 03 06:20:56 -0700 2008
commit  f20fa7e2b31be4c0668a0439a78f386392872262
tree    63c0f0985d96150172ef97b2c1ebd2514c8ebee2
parent  c6f6426da4e721e5b56803d834b8ff55199e93f5
...
12
13
14
15
16
17
 
 
 
 
 
18
19
20
...
12
13
14
 
 
 
15
16
17
18
19
20
21
22
0
@@ -12,9 +12,11 @@
0
 
0
 garlic do
0
   repo 'rails', :url => 'git://github.com/rails/rails'#, :local => "~/dev/vendor/rails"
0
-  # targeting ianwhite/rspec as it has some outstanding patches applied
0
-  repo 'rspec', :url => 'git://github.com/ianwhite/rspec'#, :local => "~/dev/vendor/rspec"
0
-  repo 'rspec-rails', :url => 'git://github.com/ianhwite/rspec-rails'#, :local => "~/dev/vendor/rspec-rails"
0
+
0
+  # using ianwhite/rspec-rails as it has some patches that are not yet applied in dchelimsky/rspec-rails
0
+  repo 'rspec', :url => 'git://github.com/ianwhite/rspec'
0
+  repo 'rspec-rails', :url => 'git://github.com/ianwhite/rspec-rails'
0
+
0
   repo 'resources_controller', :path => '.'
0
 
0
   target 'edge'

Comments