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:
parent
cfd421daa2
commit
b7052b8dc3
1 changed files with 0 additions and 7 deletions
|
@ -3,13 +3,6 @@ require 'action_controller'
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
require 'optparse'
|
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 = {
|
options = {
|
||||||
:Port => 3000,
|
:Port => 3000,
|
||||||
:Host => "0.0.0.0",
|
:Host => "0.0.0.0",
|
||||||
|
|
Loading…
Reference in a new issue