Ruby-Mongrel2 version 0.17.0 has been released!
* <http://deveiate.org/projects/Ruby-Mongrel2/>
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 Granger <ged@FaerieMUD.org>
- 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
--
Michael Granger <ged@FaerieMUD.org>
Rubymage, Architect, Believer
The FaerieMUD Consortium <http://FaerieMUD.org/>