Ruby-Mongrel2 version 0.25.0 has been released!
- https://bitbucket.org/ged/ruby-mongrel2/ (home)
- https://github.com/ged/ruby-mongrel2 (github)
- http://deveiate.org/code/mongrel2 (docs)
Ruby-Mongrel2 is a complete Ruby (1.9-only) connector for
Mongrel2[http://mongrel2.org/].
This library includes configuration-database ORM classes, a Ruby
implementation of the ‘m2sh’ tool, a configuration DSL for generating
config databases in pure Ruby, a Control port interface object, and
handler classes for creating applications or higher-level frameworks.
Install with:
gem install mongrel2
Changes:
== v0.25.0 [2012-06-20] Michael G. [email protected]
NOTE: This revision contains non-backward-compatible changes to
Mongrel2::Request, Mongrel2::Response, and all subclasses.
- Convert request and response entity bodies to IOish objects instead of
Strings. - Finished implementation of Mongrel2 async upload API – async-uploaded
entity bodies now become File entity bodies of the
“X-Mongrel2-Upload-Done” request. - Add a few newer-rfc HTTP error codes.
- Add support for Content-type charsets.