public
Description: Log to Firebug (or the Webkit inspector) from any Rack app
Homepage: http://sjjdev.com/2009/1/23/rack-firebug/
Clone URL: git://github.com/simonjefford/rack_firebug_logger.git
name age message
file .gitignore Mon Oct 12 08:34:50 -0700 2009 Initial spike [simonjefford]
file README Wed Oct 14 07:47:11 -0700 2009 Added README [simonjefford]
file config.ru Wed Oct 14 07:45:03 -0700 2009 fixed up sinatra app [simonjefford]
file firebug_logger.rb Wed Oct 21 13:59:43 -0700 2009 small clean up [simonjefford]
directory firebug_logger_fu/ Sun Nov 08 03:55:54 -0800 2009 Add new "enabled" switch for the plugin. [simonjefford]
file test_app.rb Wed Oct 14 07:45:03 -0700 2009 fixed up sinatra app [simonjefford]
file test_firebug_logger.rb Wed Oct 14 05:33:38 -0700 2009 grouping and more tests [simonjefford]
directory test_rails_app/ Sun Nov 08 03:55:54 -0800 2009 Add new "enabled" switch for the plugin. [simonjefford]
README
A small Rack middleware that allows Rack-based applications to
send Javascript that logs to the Firebug (and WebKit) console.

Also contained in this project is a rails plugin (firebug_logger_fu,
apologies for the terrible name) that makes it easy to use the middleware)