From 634da0f0102693fbb034b3b7b17808fa5afeb66a Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Thu, 13 Oct 2005 18:13:22 +0000 Subject: Fix script/server to use the environment given by the -e toggle git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2552 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/server.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/lib/commands/server.rb') diff --git a/railties/lib/commands/server.rb b/railties/lib/commands/server.rb index d21e91f980..375fb4df07 100644 --- a/railties/lib/commands/server.rb +++ b/railties/lib/commands/server.rb @@ -47,6 +47,8 @@ ARGV.options do |opts| end ENV["RAILS_ENV"] = OPTIONS[:environment] +RAILS_ENV.replace(OPTIONS[:environment]) if defined?(RAILS_ENV) + require RAILS_ROOT + "/config/environment" require 'webrick_server' -- cgit v1.2.3