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 !
Updated README
ianwhite (author)
Mon Sep 22 19:24:32 -0700 2008
commit  db80cbb03d000b44e9275e24c6d5d1663e417c25
tree    2cabaccc68db14ffea89d0fd8cf4530019d94a06
parent  6a8d4ccf3f97b7ec21c6cd86f52da3f68e87b3c3
...
16
17
18
 
 
 
 
19
20
21
...
16
17
18
19
20
21
22
23
24
25
0
@@ -16,6 +16,10 @@ You should use 0.1-stable in your existing projects until you have runs your spe
0
 
0
 If you want to know more about why I changed the API in 0.2 look at the bottom of this README
0
 
0
+== Tested for Rails 2.1 and edge
0
+
0
+response_for works with 2.1.x and edge.  For previous rails versions checkout the 0.1-stable-rails2.0 branch
0
+
0
 === Example
0
 
0
   class FooController < ApplicationController

Comments