Sha256: 945988f0d2f5d775cfaecc5b837a306dff14fe371d6de5e8fb6b8d85c0138e62
Contents?: true
Size: 1.22 KB
Versions: 11
Compression:
Stored size: 1.22 KB
Contents
[Hoptoad](http://www.hoptoadapp.com/) meets [Sinatra](http://www.sinatrarb.com/). _____ , / \______ |\ __ | o | \____ | | |--| __ /\_____/ \___ |/ | | |~' / \ /|_ () () | |_______/ \ //| \ |\ () \______ _ ___ \ | \|_ | | \ /\_// / \ | \_|_/ () | // //______/ /___/ | | /\/\/\ \ / \ \ @' () \ \ \ \ \ \ \ \ \ \ \ \ \ \ /\/\ /\/\ How? require 'sinatra/toadhopper' set :toadhopper, :api_key => "your hoptoad API key", :filters => /password/ get "/" do raise "Kaboom!" end error do post_error_to_hoptoad! "Ouch, that hurt." end Install it via rubygems: gem install toadhopper-sinatra
Version data entries
11 entries across 7 versions & 2 rubygems