public
Description: semipersistent debugging tool
Homepage: http://brycekerley.net/
Clone URL: git://github.com/bkerley/railsdebugbar.git
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