bkerley / railsdebugbar
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| 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
