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: 5191e6927af7238928ada521f47e6c3457371baf (plain)
1
2
3
4
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'