2014-09-02 18:07:02 +05:30
|
|
|
#!/usr/bin/env ruby
|
2016-06-02 11:05:42 +05:30
|
|
|
begin
|
|
|
|
load File.expand_path('../spring', __FILE__)
|
|
|
|
rescue LoadError => e
|
|
|
|
raise unless e.message.include?('spring')
|
|
|
|
end
|
2015-12-23 02:04:40 +05:30
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
2014-09-02 18:07:02 +05:30
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|