about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-10-24 22:52:21 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-10-24 22:52:21 +0000
commit9b5d2d70353e4433b85da6d51c1de367bf2f7903 (patch)
tree5f8edb0b07ea0507ee906b20ca38b2bc9713969a /bin
parent51cefcfdf4c08669599c9253ecc5f00b11136a8c (diff)
downloadunicorn-9b5d2d70353e4433b85da6d51c1de367bf2f7903.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@361 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index eb64dd6..230b04b 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -9,6 +9,7 @@ require 'yaml'
 require 'mongrel'
 require 'mongrel/rails'
 require 'etc'
+require 'cgi_multipart_eof_fix' rescue nil
 
 module Mongrel
   class Start < GemPlugin::Plugin "/commands"