Ruby-Mongrel2 0.33.0 Released

Ruby-Mongrel2 version 0.33.0 has been released!

== Description

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.

== Installation and Setup

Install mongrel2:

$ {brew,port,portmaster,apt-get install,etc} mongrel2

Install the mongrel2 gem:

$ gem install mongrel2

Start a little demo server:

$ mkdir mongrel2-tryout
$ cd mongrel2-tryout
$ m2sh.rb quickstart

Changes:

== v0.33.0 [2012-10-02] Michael G. [email protected]

  • Implement deferred signal-handling for Mongrel2::Handler
  • Update the examples
  • Squelch some of the noisier debug logging