Sha256: 7dcefab26dd19e72bd5565fa3d2e55d377ec07c9f5a1d104b97f0383a4b27481

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 Bytes

Contents

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
  
  

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
jeroenvandijk-rack-bug-0.2.1 README.rdoc
wested-rack-bug-0.2.2.1 README.rdoc
rack-bug-0.2.1 README.rdoc