Skip to content

Commit

Permalink
Always show full error reports in production, since this is an intern…
Browse files Browse the repository at this point in the history
…al application, and not for public users.
  • Loading branch information
ndbroadbent committed Feb 24, 2012
1 parent 7426321 commit 7843543
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/environments/production.rb
Expand Up @@ -5,8 +5,9 @@
# Code is not reloaded between requests
config.cache_classes = true

# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
# Full error reports are enabled, since this is an internal application.
config.consider_all_requests_local = true
# Caching is turned on
config.action_controller.perform_caching = true

# Specifies the header that your server uses for sending files
Expand Down

0 comments on commit 7843543

Please sign in to comment.