Skip to content

Debugging toolbar for Rack applications implemented as middleware

License

Notifications You must be signed in to change notification settings

kevinvaldek/rack-bug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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 75.9%
  • Ruby 24.1%