test/dummy/config/environments/test.rb in opro-0.0.1 vs test/dummy/config/environments/test.rb in opro-0.0.2
- old
+ new
@@ -8,9 +8,13 @@
config.cache_classes = true
# 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
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates