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

config.ru « cable - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a528672ce259310da23eea27723fd2a45e74507b (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require ::File.expand_path('../../config/environment', __FILE__)
Rails.application.eager_load!

ACTION_CABLE_SERVER = true

run ActionCable.server