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> &lt;<a href="mailto:zedshaw@zedshaw.com">zedshaw@zedshaw.com</a>&gt; 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 &quot;Mongrel 0.4<br>Enterprisey Edition 1.2&quot; coming real soon now.<br><br>INSTALLING<br><br>Anyone NOT using Win32 can install the pre-release with:<br><br>
&nbsp;&nbsp;gem install daemons<br>&nbsp;&nbsp;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&amp;group_id=1306&amp;func=browse">http://rubyforge.org/tracker/?atid=5145&amp;group_id=1306&amp;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&amp;group_id=1306&amp;func=browse">http://rubyforge.org/tracker/?atid=5148&amp;group_id=1306&amp;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.&nbsp;&nbsp;Why got file uploads working so<br>that big files go to a tempfile.&nbsp;&nbsp;Dan Kubb got conditional responses for
<br>files working, so Mongrel seems super snappy.&nbsp;&nbsp;Here's the full list:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Large file uploads are streamed to a temp file rather than ram.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(Thanks Why!)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Conditional HTTP responses for static files. (Thanks Dan Kubb!)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* A fix to the start command's—help so that—num-procs and—timeout<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;are more clear.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* A fix to the -B option since some idiot decided that they can<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;change the object_id method of their classes to take a
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parameter.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* No longer spews tons of junk to mongrel.log related to invalid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parsing or closed client sockets.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Documented HttpRequest's escape, unescape, and query_parse<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(which were stolen from Camping).
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Removed some compiler warnings for unused variables in the C<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extension.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Rake now aborts with an obvious message if the http11 extension<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doesn't build.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Requires 'resolv-replace' by default to prevent DNS queries from
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>