Sha256: 1813b0a4cba4264d8291da8e400396f39b0fd3c2c7d1aef14b3ffb3452523ac7
Contents?: true
Size: 369 Bytes
Versions: 21
Compression:
Stored size: 369 Bytes
Contents
#!/usr/bin/env ruby begin load File.expand_path("../spring", __FILE__) rescue LoadError end # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. APP_PATH = File.expand_path('../../config/application', __FILE__) require File.expand_path('../../config/boot', __FILE__) require 'rails/commands'
Version data entries
21 entries across 21 versions & 7 rubygems