about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-15 03:15:48 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-15 03:15:48 +0000
commit511eb5d5d59fa92e6dfd58696514310180d973c0 (patch)
tree8912c29fadfeabe8c3177137ec94128b58af64a7 /bin
parent2f049babd1ac067818b20a5643f70113ec1f3a4b (diff)
downloadunicorn-511eb5d5d59fa92e6dfd58696514310180d973c0.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@110 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index e66d99e..d66d71a 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -75,7 +75,7 @@ class Start < GemPlugin::Plugin "/commands"
     $orig_dollar_quote = $".clone
 
     ENV['RAILS_ENV'] = @environment
-    require 'config/environment'
+    require 'config/boot'
     require 'dispatcher'
     require 'mongrel/rails'