From 6b2226aae91c994169d3ca5b5b047dfe7d1be747 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 25 Sep 2007 19:08:50 +0000 Subject: Fix webrick when using the debugger (closes #9348) [bronson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7639 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/servers/webrick.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/lib/commands') diff --git a/railties/lib/commands/servers/webrick.rb b/railties/lib/commands/servers/webrick.rb index 0f06560457..b950376150 100644 --- a/railties/lib/commands/servers/webrick.rb +++ b/railties/lib/commands/servers/webrick.rb @@ -1,5 +1,6 @@ require 'webrick' require 'optparse' +require 'commands/servers/base' OPTIONS = { :port => 3000, -- cgit v1.2.3