Sha256: e6c679c570580a8eb2157ae9287fa640559e1f19cbecb449addc2d5db112faa2
Contents?: true
Size: 855 Bytes
Versions: 8
Compression:
Stored size: 855 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' ``` **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`` ## Preventing errors in development To prevent errors from being sent out while developing, make sure environment variable `RUNTIMEERROR_EMAIL` is unset. ## License © RuntimeError.net 2013. View LICENSE for details.
Version data entries
8 entries across 8 versions & 1 rubygems