문제

I have a Ruby on Rails Spree commerce app where I have explicit stack traces enabled in production (e.g., instead of the "We're sorry but something went wrong" message there is a long stack trace with developer-friendly and user unfriendly information).

I remember that I activated this to see what went wrong in production, but now I want to disable it again. Unfortunately I cannot find nor remember how to do this.

I hope someone can tell me how to configure my app to redirect to the standard 500 and 404 pages.

도움이 되었습니까?

해결책

Open project_root/config/environments/production.rb And set config.consider_all_requests_local = false

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top