public
Description: semipersistent debugging tool
Homepage: http://brycekerley.net/
Clone URL: git://github.com/bkerley/railsdebugbar.git
bkerley (author)
Mon Sep 22 17:15:41 -0700 2008
commit  59a8d87a30e9de255ddeb73c567992ee218b1f2b
tree    e7480a58d0730ea13e67bdd6815a6529d82ffef2
parent  c555c7829d9cbc24cf860883b6ebe80218775b9d
railsdebugbar / README.markdown
100644 20 lines (13 sloc) 0.496 kb

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