2014-02-15 15:03:10 -05:00
|
|
|
#!/usr/bin/env ruby
|
2016-04-22 12:36:47 -04:00
|
|
|
begin
|
|
|
|
load File.expand_path('../spring', __FILE__)
|
|
|
|
rescue LoadError => e
|
|
|
|
raise unless e.message.include?('spring')
|
|
|
|
end
|
2015-11-25 11:18:44 -05:00
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
2014-02-15 15:03:10 -05:00
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|