diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-27 20:58:55 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-27 20:58:55 +0000 |
commit | 7b911245d31509da8fa656bbedc37213d3148897 (patch) | |
tree | e3c7dd7cb0bd2438a895474056cfadbb4ac3262a /config/environments | |
parent | 859bc07edb1f74ab348ff3c54b9af48e714575a2 (diff) | |
download | redmine-7b911245d31509da8fa656bbedc37213d3148897.tar.gz redmine-7b911245d31509da8fa656bbedc37213d3148897.zip |
Updates Rails to 7.1.2 (#36320).
Patch by Takashi Kato.
git-svn-id: https://svn.redmine.org/redmine/trunk@22488 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 34056df74..199f1bb27 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -30,7 +30,7 @@ Rails.application.configure do config.cache_store = :null_store # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = true + config.action_dispatch.show_exceptions = :all # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false |