GithubHelp home page GithubHelp logo

etucker / exceptional Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exceptional/exceptional

1.0 2.0 0.0 778 KB

Exceptional helps you track errors in apps. This Repo contains the Ruby Gem. Exceptional also supports Django, iOS, Javascript, Node-JS, PHP. Each App needs an API key, this is given on signup at

Home Page: http://exceptional.io

License: MIT License

exceptional's Introduction

Exceptional helps you track errors in your Ruby apps

This Gem/Plugin posts exception data to Exceptional http://exceptional.io. 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
    
  2. Add config.gem entry to 'config/environment.rb'

    config.gem 'exceptional'
  3. Create your account and app at http://exceptional.io

  4. Configue your API Key

    $ exceptional install <api-key>
    

    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

    gem 'exceptional'
  2. Run bundle install

  3. Create your account and app at http://exceptional.io

  4. Configue your API Key

    $ exceptional install <api-key>
    

    using the api-key from the app settings screen within Exceptional

  5. Test with exceptional test

Reporting exceptions in development

Exceptional will not report your exceptions in development environment by default.

To enable reporting of exceptions in development, please add the following lines to your exceptional.yml

development:

  enabled: true

Multiple Rails environments

To use Exceptional within multiple Rails environments, edit your config/exceptional.yml to look like the following

development:
  enabled: true
  api-key: your-dev-api-key

production:
  enabled: true
  api-key: you-prod-api-key

Exceptional also supports your rack, sinatra and plain ruby apps

For more information check out our docs site http://docs.exceptional.io Or visit our knowledge base http://support.exceptional.io/

Copyright © 2008 - 2012 Exceptional Cloud Services.

exceptional's People

Contributors

wal avatar darragh avatar davidjrice avatar ciaranlee avatar martincik avatar shime avatar paulca avatar jjb avatar jballanc avatar benarent avatar arunagw avatar gary-rafferty avatar wuputah avatar monde avatar nstielau avatar stuartchaney avatar technoweenie avatar

Stargazers

Eli Tucker avatar

Watchers

Eli Tucker avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.