Upgrade to Rails 7.1

This commit is contained in:
Jyri-Petteri Paloposki 2025-06-30 00:45:25 +03:00
parent 36b47125ef
commit 2eb54b1c3e
4 changed files with 4 additions and 5 deletions

View file

@ -23,7 +23,7 @@ Rails.application.configure do
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
config.action_dispatch.show_exceptions = :none
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false