CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 08:03:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091125233159
location: https://web.archive.org/web/20091125233159/https://github.com/brynary/rack-bug/
server-timing: captures_list;dur=1.183152, exclusion.robots;dur=0.039594, exclusion.robots.policy;dur=0.017792, esindex;dur=0.020579, cdx.remote;dur=13.511728, LoadShardBlock;dur=1492.001584, PetaboxLoader3.datanode;dur=56.126010, PetaboxLoader3.resolve;dur=28.799672
x-app-server: wwwb-app212
x-ts: 302
x-tr: 1574
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 08:03:47 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 25 Nov 2009 23:31:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f1720cb28409dd768c19f3be74c56a69"
x-archive-orig-x-runtime: 116ms
x-archive-orig-content-length: 26291
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 25 Nov 2009 23:31:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 21 Sep 2009 12:04:20 GMT", ; rel="prev memento"; datetime="Fri, 25 Sep 2009 18:44:31 GMT", ; rel="memento"; datetime="Wed, 25 Nov 2009 23:31:59 GMT", ; rel="next memento"; datetime="Wed, 02 Dec 2009 07:26:05 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 13:55:53 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_12_20091125204755_crawl103-c/52_12_20091125232425_crawl101.arc.gz
server-timing: captures_list;dur=1.895672, exclusion.robots;dur=0.013839, exclusion.robots.policy;dur=0.006551, esindex;dur=0.009757, cdx.remote;dur=45.099718, LoadShardBlock;dur=128.473492, PetaboxLoader3.datanode;dur=134.444544, PetaboxLoader3.resolve;dur=121.374141, load_resource;dur=196.174625
x-app-server: wwwb-app212
x-ts: 200
x-tr: 425
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
brynary's rack-bug at master - GitHub
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 (

Description: | Debugging toolbar for Rack applications implemented as middleware edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/brynary/rack-bug.git
Give this clone URL to anyone.
git clone git://github.com/brynary/rack-bug.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:brynary/rack-bug.git
|
rack-bug /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Mar 09 00:07:03 -0700 2009 | Moving TODO [brynary] |
![]() |
History.txt | Sun Mar 08 22:39:12 -0700 2009 | Adding very basic logging, sql, templates panels [brynary] |
![]() |
MIT-LICENSE.txt | Sat Mar 28 19:39:47 -0700 2009 | License [brynary] |
![]() |
README.rdoc | Mon Aug 03 22:20:38 -0700 2009 | Add Hoptoad compatibility note to README [lukemelia] |
![]() |
Rakefile | Tue Oct 27 17:08:27 -0700 2009 | Use some time Thor tasks for gem management (on... [brynary] |
![]() |
Thorfile | Tue Oct 27 17:08:27 -0700 2009 | Use some time Thor tasks for gem management (on... [brynary] |
![]() |
VERSION | Thu Aug 06 14:45:25 -0700 2009 | Add Jeweler for gem management [brynary] |
![]() |
lib/ | Tue Oct 27 17:09:51 -0700 2009 | This is 0.2.2.pre for now. Regenerate gemspec [brynary] |
![]() |
rack-bug.gemspec | Tue Oct 27 17:09:51 -0700 2009 | This is 0.2.2.pre for now. Regenerate gemspec [brynary] |
![]() |
spec/ | Tue Aug 04 06:19:51 -0700 2009 | Remove EnvPanel (now merged into RequestVariabl... [brynary] |
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 https://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
This feature is coming soon. Sit tight!