<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,10 +23,10 @@ server = case ARGV.first
   when &quot;lighttpd&quot;, &quot;mongrel&quot;, &quot;new_mongrel&quot;, &quot;webrick&quot;, &quot;thin&quot;
     ARGV.shift
   else
-    if defined?(Thin)
-      &quot;thin&quot;
-    elsif defined?(Mongrel)
+    if defined?(Mongrel)
       &quot;mongrel&quot;
+    elsif defined?(Thin)
+      &quot;thin&quot;
     elsif RUBY_PLATFORM !~ /(:?mswin|mingw)/ &amp;&amp; !silence_stderr { `lighttpd -version` }.blank? &amp;&amp; defined?(FCGI)
       &quot;lighttpd&quot;
     else</diff>
      <filename>railties/lib/commands/server.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>576cae004342899b0506a7834edc524a02a7d9ef</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/e0d7bace4ecb9152fac112e809af521e36fbc6a5</url>
  <id>e0d7bace4ecb9152fac112e809af521e36fbc6a5</id>
  <committed-date>2008-07-19T09:42:27-07:00</committed-date>
  <authored-date>2008-07-19T09:42:27-07:00</authored-date>
  <message>Prefer Mongrel over Thin [#658 state:resolved]</message>
  <tree>a4d36123c897ccbf6dc8206a3026b6c50da21905</tree>
  <committer>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </committer>
</commit>
