diff options
author | Alex Legler <alex@a3li.li> | 2011-08-29 14:52:48 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-29 14:52:48 +0200 |
commit | ac5ba227204a9564400d2c865d60525aac92b2bc (patch) | |
tree | 3cfe332df6dfee57c0097aacc82568aea74057c6 | |
parent | Use built-in HTTP_AUTHORIZATION build helper (diff) | |
download | glsamaker-ac5ba227204a9564400d2c865d60525aac92b2bc.tar.gz glsamaker-ac5ba227204a9564400d2c865d60525aac92b2bc.tar.bz2 glsamaker-ac5ba227204a9564400d2c865d60525aac92b2bc.zip |
Explicitly request debug messages in the test environment.
-rw-r--r-- | config/environments/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index f97b70b..2423047 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -13,6 +13,7 @@ Glsamaker::Application.configure do # Log error messages when you accidentally call methods on nil config.whiny_nils = true + config.log_level = :debug # Show full error reports and disable caching config.consider_all_requests_local = true |