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

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 implement to_#{format} (such checks are responsibility of the rendering layer)
  • v2.0.0 Changes

    • 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)
  • 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