Make Rails App Production Ready? (Hide Errors From Client)
- by yar
I see errors in my application like this from the web browser
RuntimeError in RootController#raise_error
Error test
which I'd like to hide and just redirect to a static error page. What's the standard way to do that in Rails?