I run crontab, which performs the rake task. I get the following error (with MAILTO from crontab):
rake aborted!
no such file to load
/Users/Mendel/Sites/misnooit/Rakefile:4
(See full trace by running task with
I am using rvm with:
ruby: ruby 1.9.1p378
rails: Rails 3.0.0.beta
$ GEM_HOME: /Users/Mendel/.rvm/gems/ruby-1.9.1-p378
bundler: bundler (0.9.11)
The error is pretty clear, but I can't fix it. Does anyone have more knowledge about this? Thanks in advance.
source
share