We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385ed51 commit 27db956Copy full SHA for 27db956
test/sample/config/environments/test.rb
@@ -36,7 +36,7 @@ def self.proc_method
36
config.action_controller.perform_caching = false
37
38
# Raise exceptions instead of rendering exception templates.
39
- config.action_dispatch.show_exceptions = false
+ config.action_dispatch.show_exceptions = :none
40
41
# Disable request forgery protection in test environment.
42
config.action_controller.allow_forgery_protection = false
0 commit comments