Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 609 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 609 Bytes

Unreleased

  • Fix error in ActionController::LogSubscriber that would happen when throwing inside a controller action.

    Janko Marohnić

  • Change the request method to a GET when passing failed requests down to config.exceptions_app.

    Alex Robbin

  • Add redirect_back_or_to(fallback_location, **) as a more aesthetically pleasing version of redirect_back fallback_location:, **. The old method name is retained without explicit deprecation.

    DHH

Please check 6-1-stable for previous changes.