contrast / exceptional
- Source
- Commits
- Network (17)
- Issues (3)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
release
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jan 27 13:48:43 -0800 2010 | |
| |
History.txt | Tue Feb 02 15:43:42 -0800 2010 | |
| |
MIT-LICENSE | Mon Jan 18 06:10:12 -0800 2010 | |
| |
README.markdown | ||
| |
Rakefile | ||
| |
bin/ | Tue Feb 02 13:34:33 -0800 2010 | |
| |
exceptional.gemspec | Wed Jan 27 07:03:32 -0800 2010 | |
| |
exceptional.yml | Tue Oct 13 09:40:21 -0700 2009 | |
| |
init.rb | Tue Feb 02 14:12:28 -0800 2010 | |
| |
install.rb | Fri Dec 18 05:05:21 -0800 2009 | |
| |
lib/ | Tue Feb 02 15:35:18 -0800 2010 | |
| |
rails/ | Tue Oct 13 09:40:21 -0700 2009 | |
| |
spec/ | Wed Jan 27 07:03:32 -0800 2010 | |
| |
tasks/ | Fri Dec 18 05:05:21 -0800 2009 |
README.markdown
Exceptional http://getexceptional.com
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 Installation
- Install the Gem
gem install exceptional
- Add config.gem entry to 'config/environment.rb'
config.gem 'exceptional', :version => '2.0.8'
- Create your account and app at http://getexceptional.com
- Configue your API Key
$ exceptional install <api-key>
using the api-key from the app settings screen within Exceptional
Exceptional also supports your rack, sinatra and plain ruby apps
For more information check out our docs site http://docs.getexceptional.com
Copyright © 2008, 2009 Contrast.

