tracks/bin/rails

11 lines
369 B
Text
Raw Normal View History

2012-04-05 10:43:56 +02:00
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
2012-04-05 10:43:56 +02:00
# 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'