Hey Zed, I'll run all my current rails apps against it because I'm
wanting to see a Mongrel + Apache setup at TextDrive. Thanks for
Mongrel because this will make my life easier. Finally, I was
wondering, will their be any collaboration between you and the
Capistrano developers. I really like the ability to rollback a
release of a rails application. Thus, does Mongrel support such a
feature?<br>
<br>
Peace,<br>
<br>
-Conrad<br><br><div><span class="gmail_quote">On 5/11/06, <b class="gmail_sendername">Zed Shaw</b> <<a href="mailto:zedshaw@zedshaw.com">zedshaw@zedshaw.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Mongrel Fans,<br><br>After about a Month of busy work, bad computers, moving half my house<br>across the country, and other dramas, I'm finally pushing out the next<br>release of Mongrel.<br><br>This pre-release has lots of little goodies and the start of some
<br>documentation that should get everyone primed for the big "Mongrel 0.4<br>Enterprisey Edition 1.2" coming real soon now.<br><br>INSTALLING<br><br>Anyone NOT using Win32 can install the pre-release with:<br><br>
gem install daemons<br> gem install mongrel --source=<a href="http://mongrel.rubyforge.org/releases/">http://mongrel.rubyforge.org/releases/</a><br><br>Please test all your apps and make sure that you don't have any<br>
problems.<br><br><br>BUG REPORTING<br><br>Report those bugs you find here:<br><br><a href="http://rubyforge.org/tracker/?atid=5145&group_id=1306&func=browse">http://rubyforge.org/tracker/?atid=5145&group_id=1306&func=browse
</a><br><br>And put in any 0.4 feature requests you want in:<br><br><a href="http://rubyforge.org/tracker/?atid=5148&group_id=1306&func=browse">http://rubyforge.org/tracker/?atid=5148&group_id=1306&func=browse
</a><br><br><br>0.3.13 FEATURES<br><br>This pre-release features lots of little fixes, and two nice<br>contributions from Why and Dan Kubb. Why got file uploads working so<br>that big files go to a tempfile. Dan Kubb got conditional responses for
<br>files working, so Mongrel seems super snappy. Here's the full list:<br><br> * Large file uploads are streamed to a temp file rather than ram.<br> (Thanks Why!)<br> * Conditional HTTP responses for static files. (Thanks Dan Kubb!)
<br> * A fix to the start command's—help so that—num-procs and—timeout<br> are more clear.<br> * A fix to the -B option since some idiot decided that they can<br> change the object_id method of their classes to take a
<br> parameter.<br> * No longer spews tons of junk to mongrel.log related to invalid<br> parsing or closed client sockets.<br> * Documented HttpRequest's escape, unescape, and query_parse<br> (which were stolen from Camping).
<br> * Removed some compiler warnings for unused variables in the C<br> extension.<br> * Rake now aborts with an obvious message if the http11 extension<br> doesn't build.<br> * Requires 'resolv-replace' by default to prevent DNS queries from
<br> blocking Mongrel.<br><br>If nobody reports problems by tomorrow then I'll have this rolled out as<br>official and ready for Win32 folks as well.<br><br>Enjoy!<br><br><br>--<br>Zed A. Shaw<br><a href="http://www.zedshaw.com/">
http://www.zedshaw.com/</a><br><a href="http://mongrel.rubyforge.org/">http://mongrel.rubyforge.org/</a><br><br><br>_______________________________________________<br>Rails mailing list<br><a href="mailto:Rails@lists.rubyonrails.org">
Rails@lists.rubyonrails.org</a><br><a href="http://lists.rubyonrails.org/mailman/listinfo/rails">http://lists.rubyonrails.org/mailman/listinfo/rails</a><br></blockquote></div><br>