Ruby-Mongrel2 version 0.33.0 has been released! * <https://bitbucket.org/ged/ruby-mongrel2> (home) * <https://github.com/ged/ruby-mongrel2> (github) * <http://deveiate.org/code/mongrel2> (docs)
== 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 Granger <[email protected]> - Implement deferred signal-handling for Mongrel2::Handler - Update the examples - Squelch some of the noisier debug logging -- Michael Granger <[email protected]> Rubymage, Architect, Believer The FaerieMUD Consortium -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
