1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Dont require thin as the thin rack adapter is now upstream

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
This commit is contained in:
James Tucker 2009-08-05 23:00:17 +01:00 committed by Pratik Naik
parent cfd421daa2
commit b7052b8dc3

View file

@ -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",