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 (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sat Sep 20 16:22:32 -0700 2008 | |
| |
README.markdown | ||
| |
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








