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 !
Added notes about 0.1 vs 0.2 releases in README
ianwhite (author)
Sat Sep 13 20:18:53 -0700 2008
commit  37e2d2edda0f2d1bad8571ea21573895c2ad1dd6
tree    8b1f40b916c24dc4e1808a14ea236f63f40a9a25
parent  09abe3172f673f36cd2870a562f33e91c9c014d4
...
2
3
4
5
 
6
7
 
8
9
 
 
 
 
 
 
 
 
10
11
12
...
30
31
32
33
34
35
36
37
38
...
2
3
4
 
5
6
 
7
8
 
9
10
11
12
13
14
15
16
17
18
19
...
37
38
39
 
 
 
40
41
42
0
@@ -2,11 +2,18 @@
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
-== Important for rails 2.0.x users
0
+== Version 0.2
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
+Version 0.2 of response_for has BC-breaking API changes, has vastly simplified internals, and is supported only for Rails >= 2.1.x.
0
 
0
-Edge users should use the master branch.
0
+Version 0.2 was released on Sept 14th 2008.
0
+
0
+== Version 0.1
0
+
0
+Versions prior to 0.2 are tagged with 0.1.
0
+
0
+There is a branch for rails 2.0 users on this release.  If you are using rails 2.0, then you want the 0.1-stable-rails2.0 branch.  If you are
0
+using rails >= 2.1 then use the 0.1-stable branch
0
 
0
 === Example
0
 
0
@@ -30,9 +37,6 @@ Edge users should use the master branch.
0
     response_for :index, :show, :types => [:html, :xml, :js]
0
   end
0
   
0
-=== works with rails 2.0-stable and edge
0
-
0
-response_for works with rails 2 and edge.
0
 
0
 === Specs and Coverage
0
 

Comments