DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Mongrel Nightly
<pre>
$ gem uninstall mongrel
$ gem uninstall gem_plugin
$ gem install mongrel --source=http://mongrel.rubyforge.org/releases/
</pre>
Source: <a href="http://mongrel.rubyforge.org/">mongrel.rubyforge.org</a>
Also interesting: <a href="http://mongrel.rubyforge.org/docs/lighttpd.html">Using Lighttpd With Mongrel</a>





