Sha256: 2ed5d8790bb977726c61fb724250d00b00e08f7b560bb9dcb4cdb70ce954ce58
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 KB
Contents
=== 0.0.6 / 2009-09-07 23:59 UTC "clogger_ext" is no longer a separate gem, but merged into the "clogger" gem itself. The installation should automatically detect compatible versions of Ruby and only build the C extension for MRI 1.8/1.9. === 0.0.5 / 2009-09-03 01:45 UTC The following variables are now exposed: $request_method, $content_length and $content_type. Additionally, attempts to use $http_content_length or $http_content_type will be remapped to use the non-"$http_"-prefixed variable instead since the "$http_"-variants of those variables is not allowed by Rack. === 0.0.4 / 2009-09-02 08:04 UTC The pure Ruby version now escapes with uppercase A-F characters to match nginx log output. There are now extra checks against badly behaving Rack applications and 500 errors will be logged before TypeError is raised if the application response does not conform (minimally) to Rack expectations. Finally, handling of $request (requests without "HTTP_VERSION" set in the Rack env) should now be logged correctly without unnecessary trailing characters. === 0.0.3 / 2009-08-29 23:20 UTC The MRI extension clogger_ext gets GC bug fix and cleanups/robustness improvements. It should now be more tolerant of misbehaving applications in that it'll be less likely to segfault. No changes to the (recommended) pure implementation. === 0.0.2 / 2009-08-29 20:53 UTC The $request_uri variable (as documented in the README) is now implemented. Those using C extension could potentially segfault if the app returned an invalid response; we now log 500 errors in their place. === 0.0.1 / 2009-08-29 04:47 UTC initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clogger-0.0.6 | History |