public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Updating README
ianwhite (author)
Mon Sep 22 19:21:13 -0700 2008
commit  277b37ee5de74cf6057273290f0f95e5422816f7
tree    638e597188f1816c9eef9b52719e4f43095be9da
parent  0aeceda2938d3c2b2639e43776fac300729ebebd
...
2
3
4
 
 
 
 
5
6
7
 
8
9
10
...
2
3
4
5
6
7
8
9
10
 
11
12
13
14
0
@@ -2,9 +2,13 @@
0
 
0
 response_for (see Ardes::ResponseFor::ClassMethods) allows you to decorate the respond_to block of actions on sublcassed controllers.  This works nicely with http://plugins.ardes.com/doc/resources_controller
0
 
0
+== This is the 0.1-stable branch
0
+
0
+Checkout the master branch for the latest response_for
0
+
0
 == Important for rails 2.0.x users
0
 
0
-If you are on 2.0.2 or 2.0-stable, you must checkout the 2.0-stable branch of response_for.
0
+If you are on 2.0.2 or 2.0-stable, you must checkout the 0.1-stable-rails-2.0 branch of response_for.
0
 
0
 Edge users should use the master branch.
0
 

Comments