Sha256: 9187fdd1fc8a0c0e3bebbda206bfaa5567f3230e620247e08ddf5f3d8c506ebd

Contents?: true

Size: 359 Bytes

Versions: 45

Compression:

Stored size: 359 Bytes

Contents

# This file is used by Rack-based servers to start the application.

require 'rails/commands/server'

module Rails
  class Server
    alias :default_options_alias :default_options
    def default_options
      default_options_alias.merge!(:Port => 3333)
    end
  end
end

require ::File.expand_path('../config/environment',  __FILE__)
run Dummy::Application

Version data entries

45 entries across 45 versions & 5 rubygems

Version Path
teabag-0.3.4 spec/dummy/config.ru
teabag-0.3.3 spec/dummy/config.ru
teabag-0.3.2 spec/dummy/config.ru
teabag-0.3.1 spec/dummy/config.ru
teabag-0.3.0 spec/dummy/config.ru