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 (
commit c555c7829d9cbc24cf860883b6ebe80218775b9d
tree 58bb55fbc90eaa948e78e6609145346d4b64cb80
parent f054037693079f80cae0bb1578c768649c9e6c24
tree 58bb55fbc90eaa948e78e6609145346d4b64cb80
parent f054037693079f80cae0bb1578c768649c9e6c24
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sat Sep 20 16:22:32 -0700 2008 | |
| |
README.markdown | Sat Sep 20 18:48:29 -0700 2008 | |
| |
Rakefile | Sat Sep 20 16:22:32 -0700 2008 | |
| |
init.rb | Sat Sep 20 18:24:38 -0700 2008 | |
| |
install.rb | Sat Sep 20 16:22:32 -0700 2008 | |
| |
lib/ | ||
| |
tasks/ | Sat Sep 20 16:22:32 -0700 2008 | |
| |
test/ | Sat Sep 20 16:22:32 -0700 2008 | |
| |
uninstall.rb | Sat Sep 20 16:22:32 -0700 2008 |
README.markdown
Rails Debug Bar
Bar of diagnostic info for Rails. Inspired by http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/
Expect this to need extending to be useful for you. Patches accepted, forking encouraged.
Usage
class ApplicationController < ActionController::Base
after_filter ::RailsDebugBar
end
Copyright (c) 2008 Bryce Kerley, released under the MIT license. My version: http://github.com/bkerley/railsdebugbar/tree/master








