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, and contributors
ianwhite (author)
Thu Oct 09 15:26:03 -0700 2008
commit  9a359abd87d4bab1036abbab83b56f4e1113a915
tree    52283c4aa82cd1b7827845bec6ef4241d7307b84
parent  2f95de2f45f9093108150df702a7e7dbe569ab18
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+* use add_enclosing_resource to add your own enclosing resources if you're skipping load_enclosing_resources
0
+
0
 * The reason for the reversion in c21f35c has been fixed.  Thanks Jason Lee for the bug report.
0
 
0
   The problem was that I had changed resource_saved?'s behaviour to *not* saving the model if it had
...
35
36
37
 
 
38
39
40
...
35
36
37
38
39
40
41
42
0
@@ -35,6 +35,8 @@ The following people have made contributions to resources_controller.  Please le
0
 * Inviz
0
 * Dan Kubb
0
 * Rein Henrichs
0
+* Tom Stuart
0
+* Joel Chippindale
0
 
0
 == License
0
 

Comments