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: 215a2ea01f02ffc0432417bc5806e27304225441 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env ruby
begin
  load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require 'bundler/setup'
load Gem.bin_path('rails', 'rails')