ExceptionHandler
Exception Handler is a gem to help you better capture & handle exceptions in production Rails apps.
Firstly, the gem includes Middleware to save errors in your database.
Second, it includes an exception controller to route your errors to specific pages.
The gem is born out of our work at frontline utilities
Installation
Add this line to your application's Gemfile:
gem 'exception_handler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exception_handler
Usage
TODO: Write usage instructions here