I'm using whenever gem for crone job but when I run it :
cd ~/my_project
whenever
I get error
/home/tomi/.rvm/gems/ruby-2.0.0-rc1@my_projcet/bundler/gems/rails-d1904aff6f04/activesupport/lib/active_support/core_ext/range/include_range.rb:16:in `each': can't iterate from Time (TypeError)
I'm running
ruby-2.0.0-rc1 and rails 3.2.12
bundle update whenever chronic
will handle it now, since chronic released a fixed gem – Herra