Skip to content
forked from brynary/rack-bug

Debugging toolbar for Rack applications implemented as middleware

License

Notifications You must be signed in to change notification settings

yaroslav/rack-bug

This branch is 5 commits ahead of, 77 commits behind brynary/rack-bug:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 28, 2009
Aug 4, 2009
Mar 9, 2009
Mar 9, 2009
Mar 29, 2009
Aug 4, 2009
Aug 6, 2009
Aug 6, 2009
Aug 6, 2009

Repository files navigation

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

About

Debugging toolbar for Rack applications implemented as middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • Ruby 24.0%