Sha256: 2cc904372bf77dd4f53c53cac72e2b7bf70d2389ca5ed7616a59cb21c093241c

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

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

require ::File.expand_path('../config/environment',  __FILE__)
# apply a prefix to the application, if one is defined
# e.g. http://some.server.com/prefix where '/prefix' is defined by env variable
map ENV['RAILS_RELATIVE_URL_ROOT'] || '/'  do
  run Foreman::Application
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/config.ru
foreman_discovery-1.0.0.rc4 test/foreman_app/config.ru
foreman_discovery-1.0.0.rc3 test/foreman_app/config.ru
foreman_discovery-1.0.0.rc2 test/foreman_app/config.ru
foreman_discovery-1.0.0.rc1 test/foreman_app/config.ru