From d81c11c0e6a708514d188f4a33de63c9745b0e5c Mon Sep 17 00:00:00 2001 From: Yuki Date: Mon, 11 May 2015 15:50:01 +0530 Subject: [PATCH] what's the internal server error --- config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 0d6459df..9db52e64 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -21,7 +21,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 = true # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false