From d17fb9dc766936efc721fc3e55ef9289902dc34c Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Thu, 28 May 2009 09:16:29 -0500 Subject: Fix script/server's default mount path [#2731 state:resolved] --- railties/lib/commands/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/commands/server.rb') diff --git a/railties/lib/commands/server.rb b/railties/lib/commands/server.rb index 1b6505f2dc..01dd33fa8c 100644 --- a/railties/lib/commands/server.rb +++ b/railties/lib/commands/server.rb @@ -17,7 +17,7 @@ options = { :config => RAILS_ROOT + "/config.ru", :detach => false, :debugger => false, - :path => '/' + :path => nil } ARGV.clone.options do |opts| -- cgit v1.2.3