Sha256: b074ca6ba34399bfc4e7b87ea36047d9b6b921387c30d1fc82ce6c72c1682ee9

Contents?: true

Size: 795 Bytes

Versions: 4

Compression:

Stored size: 795 Bytes

Contents

# RuntimeError.net

This gem acts as the agent for [RuntimeError.net](http://runtimeerror.net). Install the gem for the agent to handle uncaught exceptions from your application.

## Installation (Rails 3)

**Step 1.** Add it as a gem in your __Gemfile__

``` ruby
gem 'runtimeerror_notifier', git: 'git://github.com/develsadvocates/exception_notification_http.git', branch: 'released-v0'
```

**Step 2.** Execute the following command to generate __config/initializers/runtimeerror_notifier.rb__

``` sh
RAILS_ENV=production rails generate runtimeerror_notifier:install
```

**Step 3.** Obtain a secret email address from [RuntimeError.net](http://runtimeerror.net) then set it as environment variable ``RUNTIMEERROR_EMAIL``

## License

© RuntimeError.net 2013. View LICENSE for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
runtimeerror_notifier-0.0.13 README.md
runtimeerror_notifier-0.0.12 README.md
runtimeerror_notifier-0.0.11 README.md
runtimeerror_notifier-0.0.10 README.md