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 changelog, tagged 0.2.2
ianwhite (author)
Sun Oct 19 15:14:27 -0700 2008
commit  7117abdfc794d4b3449c33f0c0733bab0e720612
tree    572a7b92db6a865777a6ec7524e39a44485c9b3a
parent  37c5ff4c91f2974a4493ed4233f84d4f6d757c26
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+* 0.2.2 - Fixed bug where response_for would clobber a respond_to if if the respond_to relied on default render [thanks Tom Stuart for the bug report]
0
+
0
 * Added VERSION introspection, this is 0.2.1
0
 
0
 * To facilitate making reusable chunks of actions and responses, simply extend Ardes::ResponsesModule into
...
173
174
175
176
 
177
178
179
...
173
174
175
 
176
177
178
179
0
@@ -173,7 +173,7 @@ module Ardes #:nodoc:
0
     module VERSION #:nodoc:
0
       MAJOR = 0
0
       MINOR = 2
0
-      TINY  = 1
0
+      TINY  = 2
0
 
0
       STRING = [MAJOR, MINOR, TINY].join('.')
0
     end

Comments