When considering which information to display on error pages from Rails, it is often suggested to use consider_all_requests_local=true
.
- Why not to use
Rails.env.development
? - In which situations should a production system expose internal stack traces, etc.?