Rails: errors in production vs development
        Posted  
        
            by Drew Johnson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Drew Johnson
        
        
        
        Published on 2010-04-17T01:59:06Z
        Indexed on 
            2010/04/17
            2:03 UTC
        
        
        Read the original article
        Hit count: 383
        
ruby-on-rails
|error
In Rails, is there a way to display different error messages on a production rails server (a nice graphic) vs a development server (detailed error information, stack trace, etc.)?
© Stack Overflow or respective owner