Ruby-Mongrel2 version 0.30.1 has been released! * <https://bitbucket.org/ged/ruby-mongrel2> (home) * <https://github.com/ged/ruby-mongrel2> (github) * <http://deveiate.org/code/mongrel2> (docs)
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. Usage: gem install mongrel2 Changes: == v0.31.0 [2012-07-27] Michael Granger <[email protected]> Switch to using sqlite3 gem until Amalgalite works under MacOS X/Clang again (https://github.com/copiousfreetime/amalgalite/pull/22). == v0.30.0 [2012-07-27] Michael Granger <[email protected]> - Add a static index page to the quickstart Dir directory. - Make the failure to find a mongrel2 binary friendlier. - Fix parameter name of ::by_send_ident for auto-mapping by the rest service. - Change SQLite library to use -- Michael Granger <[email protected]> -- 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
