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' require 'chronic'
# # Hoping to load Rails' Rakefile # Hoping to load Rails' Rakefile
# begin begin
# load 'Rakefile' load 'Rakefile'
# rescue LoadError rescue LoadError
# nil nil
# end end
# If Rails' rakefile was loaded than so was active_support, but # 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. # if this is being used in a non-rails enviroment we need to require it.