All Versions
25
Latest Version
Avg Release Cycle
226 days
Latest Release
1760 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.1 Changes
- ๐
Require
rails/railtie
explicitly before using it - Require
action_controller
explicitly before using it - โ Remove unnecessary and limiting
resourceful?
check that required models to implementto_#{format}
(such checks are responsibility of the rendering layer)
- ๐
Require
-
v2.0.0 Changes
- Import
respond_with
and class-levelrespond_to
from Rails - ๐ Support only Rails ~> 4.2
- ๐
Responders::LocationResponder
is now included by the default responder (and therefore deprecated)
- Import
-
v1.1.2
November 07, 2014 -
v1.1.0 Changes
- ๐ Support Rails 4.1.
- ๐ Allow callable objects as the location.
-
v1.0.0 Changes
- ๐ Improve controller generator to work closer to the Rails 4 one, and make it compatible with strong parameters.
- โฌ๏ธ Drop support for Rails 3.1 and Ruby 1.8, keep support for Rails 3.2
- ๐ Support for Rails 4.0 onward
- ๐ Fix flash message on destroy failure. Fixes #61
-
v0.9.3 Changes
- ๐ Fix url generation for namespaced models
-
v0.9.2 Changes
- Properly inflect custom responders names
-
v0.9.1 Changes
- ๐ Fix bug with namespace lookup
-
v0.9.0 Changes
- 0๏ธโฃ Disable namespace lookup by default
-
v0.8 Changes
- ๐ Allow embedded HTML in flash messages