aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers/webrick.rb
diff options
context:
space:
mode:
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|