Showing 2 videos tagged with exceptions

Railscast - Episode 53: Handling Exceptions

00:08:32 railscasts.com
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.

Railscast - Episode 104: Exception Notifications

00:08:58 railscasts.com
If you're running a production site, it's a good idea to record all exceptions which occur. See how to set up a notification system which does that in this episode.