...

/

Manage Unhandled Exceptions

Manage Unhandled Exceptions

Learn how to manage the unhandled exceptions in our Rails application.

We'll cover the following...

Exception handling

When an exception happens that is not rescued explicitly by our code, it bubbles up a large call stack inside Rails for some ...