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 Readme
ianwhite (author)
Mon Sep 08 07:46:26 -0700 2008
commit  405ff953e98aef0b92e8c25bbf07d8dcf4cd3fc5
tree    24993ba42a54fb5b7aff6a3a31116cda38c4e6ff
parent  9418e02f40a40faa1da70235e3a2143a0560f5f6
...
1
2
3
4
 
 
5
6
 
7
8
9
...
23
24
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
 
4
5
6
 
7
8
9
10
...
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
0
@@ -1,9 +1,10 @@
0
 = resources_controller
0
 
0
 plugin to facilitate inheritance and DRYness in your resources controllers.
0
-See the docs at http://plugins.ardes.com/doc/resources_controller for details
0
+See the docs at http://plugins.ardes.com/doc/resources_controller for details.
0
+Also see http://blog.ardes.com/resources_controller
0
 
0
-See the CHANGLELOG for recent changes and contributors
0
+See the CHANGLELOG for recent changes.
0
 
0
 == works with rails 2.0-stable and edge
0
 
0
@@ -23,3 +24,17 @@ RSpec is used for testing, so the tests are in <tt>spec/</tt> rather than
0
 garlic (at http://github.com/ianwhite/garlic) is used for CI.  To run the CI suite have a look at
0
 garlic_example.rb
0
 
0
+== Contributors
0
+
0
+The following people have made contributions to resources_controller.  Please let me know if I've missed you out.
0
+
0
+* Chris Hapgood
0
+* Jason Lee
0
+* Richard Hooker
0
+* Matt Mower
0
+* Inviz
0
+* Dan Kubb
0
+
0
+== License
0
+
0
+Copyright (c) 2008 Ian White, MIT License

Comments