mongrel2 version 0.20.3 has been released!
* <http://deveiate.org/projects/Ruby-Mongrel2/> (home)
* <http://repo.deveiate.org/Ruby-Mongrel2> (code)
* <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.
Changes:
ยทยทยท
== v0.20.3 [2012-04-12] Michael Granger <ged@FaerieMUD.org>
- Fix a require in mongrel2/testing.
- Assume paths passed to configure( :configdb ) should use SQLite.
- Move the "other implementations" section to the bottom of the README.
- Set API docs to use fivefish if available