Sha256: b52a7bf8d8d16ce232f057aae4abaab7278eab8763a01148a2ecfcc5533ab5c9

Contents?: true

Size: 653 Bytes

Versions: 6

Compression:

Stored size: 653 Bytes

Contents

# 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](http://frontlineutilities.co.uk/ruby-on-rails/exception-handler)

## 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

## Contributing

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exception_handler-0.0.25 README.md
exception_handler-0.0.22 README.md
exception_handler-0.0.21 README.md
exception_handler-0.0.2 README.md
exception_handler-0.0.15 README.md
exception_handler-0.0.1 README.md