bscofield / rack-bug forked from brynary/rack-bug

Debugging toolbar for Rack applications implemented as middleware

This URL has Read+Write access

name age message
file .gitignore Mon Mar 09 00:07:03 -0700 2009 Moving TODO [brynary]
file History.txt Sun Mar 08 22:39:12 -0700 2009 Adding very basic logging, sql, templates panels [brynary]
file MIT-LICENSE.txt Sat Mar 28 19:39:47 -0700 2009 License [brynary]
file README.rdoc Sat Apr 18 18:03:34 -0700 2009 add more detail to the installation instruction... [ddollar]
file Rakefile Wed Mar 18 17:32:26 -0700 2009 removing extraneous File.dirname from Rakefile [noahd1]
directory lib/ Loading commit data...
directory spec/
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

Thanks to:

  Django debug toolbar
  Rails footnotes
  Rack's ShowException middleware
  Oink
  Rack::Cache