Ruby-Mongrel2 0.15.1 Released

Ruby-Mongrel2 version 0.15.1 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.15.1 [2012-03-02] Michael G. [email protected]

  • Make sure Mongrel2::Config::Host deletes cascade to their routes
  • Init the database outside of the transaction in the “server” DSL
    method
  • Remove the SAFE test from the request-dumper example
  • Correct the line number of errors in configs loaded from m2sh.rb
  • Log SQL to the logger at DEBUG level