Make Rails App Production Ready? (Hide Errors From Client)
Posted
by yar
on Stack Overflow
See other posts from Stack Overflow
or by yar
Published on 2010-04-05T12:44:27Z
Indexed on
2010/04/05
13:23 UTC
Read the original article
Hit count: 220
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?
© Stack Overflow or respective owner