Ruby-Mongrel2 version 0.17.0 has been released!
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.
Changes:
v0.17.0 [2012-03-18] Michael G. [email protected]
- Squelch logging of expected SQL errors.
Errors are normal during Mongrel2::Config.db= and
.database_initialized?, so add a new .without_sql_logging method for
temporarily disabling SQL logging, and wrap that around the methods
in quesion. - Fix documentation for WebSocket#validate_control_frame