2015-09-25 14:37:55 +00:00
|
|
|
#!/usr/bin/env ruby
|
2018-10-01 20:00:26 +00:00
|
|
|
begin
|
|
|
|
load File.expand_path('../spring', __FILE__)
|
|
|
|
rescue LoadError => e
|
|
|
|
raise unless e.message.include?('spring')
|
|
|
|
end
|
2015-09-25 14:37:55 +00:00
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|