require rakefile again
This commit is contained in:
parent
3910dd6eac
commit
8565a6547c
@ -1,11 +1,11 @@
|
||||
require 'chronic'
|
||||
|
||||
# # Hoping to load Rails' Rakefile
|
||||
# begin
|
||||
# load 'Rakefile'
|
||||
# rescue LoadError
|
||||
# nil
|
||||
# end
|
||||
# Hoping to load Rails' Rakefile
|
||||
begin
|
||||
load 'Rakefile'
|
||||
rescue LoadError
|
||||
nil
|
||||
end
|
||||
|
||||
# If Rails' rakefile was loaded than so was active_support, but
|
||||
# if this is being used in a non-rails enviroment we need to require it.
|
||||
|
Loading…
Reference in New Issue
Block a user