From f77783f942952ee14f96b4f105e4d47e02249b80 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 23 May 2014 14:30:18 -0300 Subject: [PATCH] rails3: display debug output for view errors --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 13a03d1..9bbd40b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -33,4 +33,6 @@ Noosfero::Application.configure do # Expands the lines which load the assets config.assets.debug = true + + config.consider_all_requests_local = true end -- libgit2 0.21.2