Sha256: 1c8f8cdde5be618302f6f68ba13b3d5385bc178ef665a7fcb311954a1199558d

Contents?: true

Size: 277 Bytes

Versions: 10

Compression:

Stored size: 277 Bytes

Contents

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

$HOUSTON_PROCESS_TYPE = :web_server

# Load and configure Houston
require_relative "config/main"

# Initialize the Rails application
Rails.application.initialize!

# Run the application
run Rails.application

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
houston-core-0.9.2 templates/new-instance/config.ru
houston-core-0.9.1 templates/new-instance/config.ru
houston-core-0.9.0 templates/new-instance/config.ru
houston-core-0.9.0.rc1 templates/new-instance/config.ru
houston-core-0.8.4 templates/new-instance/config.ru
houston-core-0.8.3 templates/new-instance/config.ru
houston-core-0.8.2 templates/new-instance/config.ru
houston-core-0.8.1 templates/new-instance/config.ru
houston-core-0.8.0 templates/new-instance/config.ru
houston-core-0.8.0.pre2 templates/new-instance/config.ru