public
Description: semipersistent debugging tool
Homepage: http://brycekerley.net/
Clone URL: git://github.com/bkerley/railsdebugbar.git
name age message
file MIT-LICENSE Sat Sep 20 16:22:32 -0700 2008 stub plugin [bkerley]
file README.markdown Sat Sep 20 18:48:29 -0700 2008 readme rendering [bkerley]
file Rakefile Sat Sep 20 16:22:32 -0700 2008 stub plugin [bkerley]
file init.rb Sat Sep 20 18:24:38 -0700 2008 stub [bkerley]
file install.rb Sat Sep 20 16:22:32 -0700 2008 stub plugin [bkerley]
directory lib/ Mon Sep 22 17:15:41 -0700 2008 style fix fixes all! [bkerley]
directory tasks/ Sat Sep 20 16:22:32 -0700 2008 stub plugin [bkerley]
directory test/ Sat Sep 20 16:22:32 -0700 2008 stub plugin [bkerley]
file uninstall.rb Sat Sep 20 16:22:32 -0700 2008 stub plugin [bkerley]
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