Sha256: 194444c3ba2bc6680f783a367e791e897c1f6018c7b5ce3dbe315d99e6d1acf9
Contents?: true
Size: 953 Bytes
Versions: 3
Compression:
Stored size: 953 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.new("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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
toadhopper-0.9.2 | README.md |
toadhopper-0.9.1 | README.md |
toadhopper-0.9 | README.md |