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.
2 parents e3deb75 + 155ec68 commit 8b8cef4Copy full SHA for 8b8cef4
railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
@@ -27,7 +27,7 @@ Rails.application.configure do
27
config.action_controller.perform_caching = false
28
config.cache_store = :null_store
29
30
- # Raise exceptions instead of rendering exception templates.
+ # Render exception templates for rescuable exceptions and raise for other exceptions.
31
config.action_dispatch.show_exceptions = :rescuable
32
33
# Disable request forgery protection in test environment.
0 commit comments