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 !
response_for / CHANGELOG
100644 16 lines (10 sloc) 0.729 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* 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]
 
* Added VERSION introspection, this is 0.2.1
 
* To facilitate making reusable chunks of actions and responses, simply extend Ardes::ResponsesModule into
  your action modules. See Ardes::ResponsesModule for details
 
* now intercepting template_exists? to decide whether to render a response for an action
  that has no action method defined. (Removes somewhat mysterious behaviour of empty
  actions being defined)
 
* tagged v0.2.0 - API change, and major internal simplifications - see http://blog.ardes.com/response_for
 
* tagged v0.1.0
  
* initial release of response_for