Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.18 KB

README.markdown

File metadata and controls

34 lines (25 loc) · 1.18 KB

Exceptional helps you track errors in your Ruby apps

This Gem/Plugin posts exception data to Exceptional http://getexceptional.com. Data about the request, session, environment and a backtrace of the exception is sent.

Rails 2.x Installation

  1. Install the Gem
gem install exceptional
  1. Add config.gem entry to 'config/environment.rb'
config.gem 'exceptional'
3. Create your account and app at 
4. Configue your API Key
$ exceptional install 

using the api-key from the app settings screen within Exceptional 5. Test with

exceptional test

Rails 3 Installation

  1. Add gem entry to Gemfile
config.gem 'exceptional'
  1. Run
    bundle install
  2. Create your account and app at http://getexceptional.com
  3. Configue your API Key
$ exceptional install 

using the api-key from the app settings screen within Exceptional 5. Test with

exceptional test

Exceptional also supports your rack, sinatra and plain ruby apps

For more information check out our docs site http://docs.getexceptional.com

Copyright © 2008, 2010 Contrast.