2017-05-12 16:23:41 +02:00
|
|
|
#!/usr/bin/env ruby
|
2018-06-18 13:14:46 +02:00
|
|
|
begin
|
|
|
|
load File.expand_path('../spring', __FILE__)
|
|
|
|
rescue LoadError => e
|
|
|
|
raise unless e.message.include?('spring')
|
|
|
|
end
|
2017-05-12 16:23:41 +02:00
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|