RE: Cron Scheduling Problem

/usr/bin (where ruby is found) is in the path stipulated in crontab.

I should also say that I can run same command that is in the crontab
from the command line, with no problem (whether as root or myself):
ruby /home/nathan/rails/notifications/script/runner -eproduction
Notifier.deliver_summary

Thanks!

I made once the experience that a command with arguments did not work in
my
crontab, so I set a shellscript containing the command and in the
crontab
just called the shellscript and that worked …