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 59a8d87a30e9de255ddeb73c567992ee218b1f2b
tree e7480a58d0730ea13e67bdd6815a6529d82ffef2
parent c555c7829d9cbc24cf860883b6ebe80218775b9d
tree e7480a58d0730ea13e67bdd6815a6529d82ffef2
parent c555c7829d9cbc24cf860883b6ebe80218775b9d
| 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/ | Mon Sep 22 17:15:41 -0700 2008 | |
| |
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







