All Versions
25
Latest Version
Avg Release Cycle
226 days
Latest Release
1793 days ago
Changelog History
Page 3
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 theflash.now
by default, instead offlash
- ๐ Renamed
responders_install
generator toresponders: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!")
`
- โ Added
-
v0.1 Changes
- โ Added
FlashResponder
- โ Added
HttpCacheResponder
- โ Added responders generators
- โ Added