Sha256: 26c3370b7945cdf3e09cd2c7bd13f8c1ef49e7a5c5f9c917ef718c2744ade542

Contents?: true

Size: 949 Bytes

Versions: 4

Compression:

Stored size: 949 Bytes

Contents

A base library for [Hoptoad](http://www.hoptoadapp.com/) error reporting.

Toadhopper can be used to report plain old Ruby exceptions, or to build a framework-specific gem such as [toadhopper-sinatra](http://github.com/toolmantim/toadhopper-sinatra).

    begin
      raise "Kaboom!"
    rescue  => e
      require 'toadhopper'
      ToadHopper("YOURAPIKEY").post!(e)
    end

You can install it via rubygems:

    gem install toadhopper

## Development

Firstly, `gem install bundler`, then:

    % git clone git://github.com/toolmantim/toadhopper.git
    % cd toadhopper
    % gem bundle
    % bin/rake test

If you set a `HOPTOAD_API_KEY` environment variable it'll test actually posting to the Hoptoad API. For example:

    % bin/rake test HOPTOAD_API_KEY=abc123

To generate the docs:

    % bin/yardoc

## Contributors

* [Tim Lucas](http://github.com/toolmantim)
* [Samuel Tesla](http://github.com/stesla)
* [atmos](http://github.com/atmos)

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
gbuesing-toadhopper-0.3.0 README.md
gbuesing-toadhopper-0.2.0 README.md
gbuesing-toadhopper-0.1.0 README.md
toadhopper-0.9.4 README.md