From b7052b8dc33d5769e94dfcec62d439c2dd18a8b9 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Wed, 5 Aug 2009 23:00:17 +0100 Subject: Dont require thin as the thin rack adapter is now upstream Signed-off-by: Pratik Naik --- railties/lib/commands/server.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'railties/lib/commands/server.rb') diff --git a/railties/lib/commands/server.rb b/railties/lib/commands/server.rb index 01dd33fa8c..823916b1dc 100644 --- a/railties/lib/commands/server.rb +++ b/railties/lib/commands/server.rb @@ -3,13 +3,6 @@ require 'action_controller' require 'fileutils' require 'optparse' -# TODO: Push Thin adapter upstream so we don't need worry about requiring it -begin - require_library_or_gem 'thin' -rescue Exception - # Thin not available -end - options = { :Port => 3000, :Host => "0.0.0.0", -- cgit v1.2.3