Sha256: 0ebe17d8eb875c99d51c09bf54555879b0a5a7a75648c00b72a0229a40e88923
Contents?: true
Size: 436 Bytes
Versions: 92
Compression:
Stored size: 436 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. ENV_PATH = File.expand_path('../../config/environment', __FILE__) BOOT_PATH = File.expand_path('../../config/boot', __FILE__) APP_PATH = File.expand_path('../../config/application', __FILE__) ROOT_PATH = File.expand_path('../..', __FILE__) require BOOT_PATH require 'rails/commands'
Version data entries
92 entries across 86 versions & 17 rubygems