Skip to content

PanosJee/sfalma

 
 

Repository files navigation

Sfalma helps you track errors in your Ruby apps, this gem is a fork of Exceptional.

This Gem/Plugin posts exception data to Sfalma http://sfalma.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 sfalma
  1. Add config.gem entry to 'config/environment.rb'
config.gem 'sfalma'
3. Create your account and app at 
4. Configue your API Key
$ sfalma install 

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

sfalma test

Rails 3 Installation

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

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

sfalma test

Sfalma also supports your rack, sinatra and plain ruby apps

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

Copyright © 2011 Sfalma. Copyright © 2008, 2010 Contrast.

About

Ruby gem that tracks errors and sends them to sfalma.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%