aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers/webrick.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-12 16:26:23 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-12 16:26:23 +0000
commit9e0642a4acf1222facd07103c11ec77c968dba66 (patch)
treef8991ec0174b23afafb30b7fcc43555a8e3cf919 /railties/lib/commands/servers/webrick.rb
parent7c8f3edc99560d15ae715bdbe99a32bc538e9396 (diff)
downloadrails-9e0642a4acf1222facd07103c11ec77c968dba66.tar.gz
rails-9e0642a4acf1222facd07103c11ec77c968dba66.tar.bz2
rails-9e0642a4acf1222facd07103c11ec77c968dba66.zip
Pulled auto-starting browser: More pain than gain
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2987 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/commands/servers/webrick.rb')
-rw-r--r--railties/lib/commands/servers/webrick.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/lib/commands/servers/webrick.rb b/railties/lib/commands/servers/webrick.rb
index d06e3309bd..db8e8b3d93 100644
--- a/railties/lib/commands/servers/webrick.rb
+++ b/railties/lib/commands/servers/webrick.rb
@@ -8,8 +8,7 @@ OPTIONS = {
:server_root => File.expand_path(RAILS_ROOT + "/public/"),
:server_type => WEBrick::SimpleServer,
:charset => "UTF-8",
- :mime_types => WEBrick::HTTPUtils::DefaultMimeTypes,
- :open_in_browser => true
+ :mime_types => WEBrick::HTTPUtils::DefaultMimeTypes
}
ARGV.options do |opts|