This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 16 07:37:55 -0700 2009 | |
| |
LICENSE | Wed Sep 16 07:54:41 -0700 2009 | |
| |
README.md | Wed Sep 16 08:10:39 -0700 2009 | |
| |
Rakefile | Wed Sep 16 09:28:22 -0700 2009 | |
| |
lib/ | Thu Oct 08 07:09:51 -0700 2009 | |
| |
test/ | Wed Sep 16 19:21:35 -0700 2009 | |
| |
toadhopper-sinatra.gemspec | Thu Oct 08 07:10:45 -0700 2009 |
README.md
_____ ,
/ \______ |\ __
| 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







