Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.ru - github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bebc5e77266d0c4bb6b60cecc9d7c744a7ec9bd (plain)
1
2
3
4
5
6
7
# This file is used by Rack-based servers to start the application.
# frozen_string_literal: true

require_relative "config/environment"

run Rails.application
Rails.application.load_server