Sha256: 393927ed419a7106065efe439151d1665a7ca66dc03f8bfe311b4050496ffabe
Contents?: true
Size: 364 Bytes
Versions: 35
Compression:
Stored size: 364 Bytes
Contents
require 'rails/app_loader' # If we are inside a Rails application this method performs an exec and thus # the rest of this script is not run. Rails::AppLoader.exec_app require 'rails/ruby_version_check' Signal.trap("INT") { puts; exit(1) } if ARGV.first == 'plugin' ARGV.shift require 'rails/commands/plugin' else require 'rails/commands/application' end
Version data entries
35 entries across 35 versions & 4 rubygems