All Versions
25
Latest Version
Avg Release Cycle
226 days
Latest Release
1793 days ago

Changelog History
Page 3

  • v0.7 Changes

    • ๐Ÿ‘Œ Support Rails 3.1 onward
    • ๐Ÿ‘Œ Support namespaced engines
  • v0.6 Changes

    • ๐Ÿ‘ Allow engine detection in generators
    • HTTP Cache is no longer triggered for collections
    • 0๏ธโƒฃ :js now sets the flash.now by default, instead of flash
    • ๐Ÿ“‡ Renamed responders_install generator to responders:install
    • โž• Added CollectionResponder which allows you to always redirect to the collection path (index action) after POST/PUT/DELETE
  • v0.5 Changes

    • โž• Added Railtie and better Rails 3 support
    • โž• Added :flash_now as option
  • v0.4 Changes

    • โž• Added Responders::FlashResponder.flash_keys and default to [ :notice, :alert ]
    • โž• Added support to respond_with(@resource, :notice => "Yes!", :alert => "No!")`
  • v0.1 Changes

    • โž• Added FlashResponder
    • โž• Added HttpCacheResponder
    • โž• Added responders generators