Changelog for
ruby2.3-rubygem-responders-2.1.0-4.1.x86_64.rpm :
Fri Feb 6 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.1.0
* No longer automatically set the responders generator as many projects may use this gem as a dependency. When upgrading, users will need to add `config.app_generators.scaffold_controller :responders_controller` to their application. The `responders:install` generator has been updated to automatically insert it in new applications
[#]# 2.0.1
* Require `rails/railtie` explicitly before using it
* Require `action_controller` explicitly before using it
* Remove unnecessary and limiting `resourceful?` check that required models to implement `to_#{format}` (such checks are responsibility of the rendering layer)
[#]# 2.0.0
* Import `respond_with` and class-level `respond_to` from Rails
* Support only Rails ~> 4.2
* `Responders::LocationResponder` is now included by the default responder (and therefore deprecated)
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Mon Jul 28 14:00:00 2014 cooloAATTsuse.com
- updated to version 1.1.0
* Support Rails 4.1.
* Allow callable objects as the location.
Mon Sep 23 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.0.0
* 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
Mon Oct 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.9.3
* Fix url generation for namespaced models
Wed Aug 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.9.2
Wed Jan 18 13:00:00 2012 mrueckertAATTsuse.de
- initial package