require rakefile again

This commit is contained in:
Javan Makhmali 2010-06-11 11:35:00 -04:00
parent 3910dd6eac
commit 8565a6547c

View File

@ -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.