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 !
Updated changelog
ianwhite (author)
Fri Oct 10 18:03:25 -0700 2008
commit  35fda338e48654222d3566f18cb64964eba433a1
tree    2e4eb7cea197fcde345ecb605f7ea863a744c323
parent  454b4dc8c69bf417edb4a6d2f9ef8847b94ee42c
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+* Removed deprecation warning from save_resource, and added cautionary notes to the comments instead
0
+
0
 * If you use your own Action modules, you can now define a module method #include_actions to do the :only / :except 
0
   handling yourself.  See Ardes::ResourcesController::IncludeActions.  This change is completely BC, you don't need 
0
   to do anything to any of your existing action modules. 

Comments