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 !
To facilitate making reusable chunks of actions and responses, simply extend 
Ardes::ResponsesModule into
  your action modules.  See Ardes::ResponsesModule for details
ianwhite (author)
Thu Oct 09 20:27:24 -0700 2008
commit  e3135e638b9461a612634cf81fbad0662c61086a
tree    9cc9c1674c72cf15c7a64ea7ca5f882923e7097a
parent  c89bc63b42f91ffcb06b34c6e9764b00e29e7979
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+* To facilitate making reusable chunks of actions and responses, simply extend Ardes::ResponsesModule into
0
+  your action modules.  See Ardes::ResponsesModule for details
0
+
0
 * now intercepting template_exists? to decide whether to render a response for an action
0
   that has no action method defined.  (Removes somewhat mysterious behaviour of empty
0
   actions being defined)

Comments