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 (
commit 812728082b37ca4ff128f338f5077615218afaeb
tree ce4cf6ca09783912863e8e5b5020a17c6c6407bb
parent 8707f06827e1d6765fe84d711dbaa7b6fb1b5828
tree ce4cf6ca09783912863e8e5b5020a17c6c6407bb
parent 8707f06827e1d6765fe84d711dbaa7b6fb1b5828
rack-bug /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 09 00:07:03 -0700 2009 | |
| |
History.txt | Sun Mar 08 22:39:12 -0700 2009 | |
| |
MIT-LICENSE.txt | Sat Mar 28 19:39:47 -0700 2009 | |
| |
README.rdoc | Mon Aug 03 22:20:38 -0700 2009 | |
| |
Rakefile | ||
| |
Thorfile | ||
| |
VERSION | Thu Aug 06 14:45:25 -0700 2009 | |
| |
lib/ | ||
| |
rack-bug.gemspec | Thu Aug 06 14:47:09 -0700 2009 | |
| |
spec/ | Tue Aug 04 06:19:51 -0700 2009 |
README.rdoc
Usage:
script/plugin install git://github.com/brynary/rack-bug.git # config/environments/development.rb config.middleware.use "Rack::Bug" # add bookmarklet to browser open http://RAILS_APP/__rack_bug__/bookmarklet.html
Notes:
To use rack-bug with hoptoad, you need to stub hoptoad from trying to serialize the environment variables that rack-bug uses like so: HoptoadNotifier.configure do |config| config.environment_filters << 'rack-bug.*' end
Thanks to:
Django debug toolbar Rails footnotes Rack's ShowException middleware Oink Rack::Cache








