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 !
Added note about spec:generate task, which ensures rspec_scaffold controller 
specs all pass against simple resources_controller controllers
ianwhite (author)
Mon Sep 08 03:13:48 -0700 2008
commit  633fe459e681a3dd3c24434d431ef4f0600b45eb
tree    5f9027e306a7baf097a4dcf24e79350085b41991
parent  1b4ba5726c552da695fb36c260305f4799fd6925
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+* rspec compat:  Added new rake task to test that an RC controller passes the default rspec_scaffold
0
+  controller specs.
0
+
0
 * Added BC for 2-0-stable branch re: find_filter, and regression specs
0
 
0
 * find_filter no longer exists in edge - updated accordingly [Jason Lee http://github.com/jlsync]

Comments