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

Changelog History
Page 1

  • v3.0.1 Changes

    May 29, 2020
    • โž• Add support to Ruby 2.7
  • v3.0.0 Changes

    June 21, 2019
    • โœ‚ Remove support for Rails 4.2
    • โœ‚ Remove support for Ruby < 2.4
  • v2.4.1 Changes

    January 21, 2019
    • โž• Add support for Rails 6 beta
  • v2.4.0 Changes

    April 28, 2017
    • respond_with now accepts a new kwargs called :render which goes straight to the render call after an unsuccessful post request. Usefull if for example you need to render a template which is outside of controller's path eg:

    respond_with resource, render: { template: 'path/to/template' }

  • v2.3.0 Changes

    August 15, 2016
    • verify_request_format! is aliased to verify_requested_format! now.
    • ๐Ÿ—„ Implementing the interpolation_options method on your controller is deprecated in favor of naming it flash_interpolation_options instead.
  • v2.2.0 Changes

    April 29, 2016
    • Added the verify_request_format! method, that can be used as a before_action callback to prevent your actions from being invoked when the controller does not respond to the request mime type, preventing the execution of complex queries or creating/deleting records from your app.
  • v2.1.2 Changes

    March 25, 2016
    • ๐Ÿ›  Fix rendering when using ActionController::API. (by @eLod)
    • โž• Added API controller template for the controller generator. (by @vestimir)
  • v2.1.1 Changes

    December 19, 2015
    • โž• Added support for Rails 5.
  • v2.1.0 Changes

    January 27, 2015
    • 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
  • v2.0.2

    November 07, 2014