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

rails « bin - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin/rails
blob: 728cd85aa58268dedadf285d2c2c6649a14a77b5 (plain)
1
2
3
4
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application',  __FILE__)
require_relative '../config/boot'
require 'rails/commands'