febedced9e9f78d8a5c2027d99a063128d912e8a
[unicorn.git] / t / rails3-app / script / rails
blobfebedced9e9f78d8a5c2027d99a063128d912e8a
1 #!/usr/bin/env ruby
2 # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
4 ENV_PATH = File.expand_path('../../config/environment', __FILE__)
5 BOOT_PATH = File.expand_path('../../config/boot', __FILE__)
6 APP_PATH = File.expand_path('../../config/application', __FILE__)
8 require BOOT_PATH
9 require 'rails/commands'