Posted By: Eric Wong
Date: 2011-01-21 09:10
Summary: clogger 0.8.0 - delegating away!
Project: clogger
Clogger is Rack middleware for logging HTTP requests. The log format is customizable so you can specify exactly which fields to log.
* http://clogger.rubyforge.org/ * clogger@librelist.com />* git://git.bogomips.org/clogger.git
Changes:
Clogger now delegates all unknown methods to the response body in cases where it needs to wrap the response body. This allows apps that use non-standard Rack extensions to continue working.
Eric Wong (4): pass along "to_io" calls to the body delegate method_missing calls to the response body pure: simpler autoload trigger switch to pkg.mk for maintenance tasks |
|