RailsCasts Pro episodes are now free!

Learn more or hide this

Applied Filters: rails x
Handling Exceptions
Episode #53Jul 04, 200740 comments

Handling Exceptions

When an exception is raised in development you get the full error along with the stack trace. In production, only a simple message is displayed. Learn why this is and how to customize the handling of exceptions. (8 minutes)