Ruby-Mongrel2 version 0.3.0 has been released!
Ruby-Mongrel2 is a complete Ruby 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.
Changes:
v0.3.0 [2011-09-23] Michael G. [email protected]
- Mongrel2::Client fixes/documentation updates.
- Include FileUtils in the ‘m2sh.rb load’ context so configs
loaded by it can create run/log directories, etc. - Mongrel2::Connection: Set SO_LINGER on the sockets so
closing the connection doesn’t wait for unconsumed events. - Add missing include to Mongrel2::Handler