rails--rails/actionpack/CHANGELOG.md

609 B

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.