hi,
I would like to schedule a daily task : every day at 7am, I want an email to be sent (without human intervention).
I'm working on the RoR framework and I'm wondering what is the best way to do that?
I've heard about BackgrounDRB, OpenWFEru scheduler or things based on Cron, but I'm a newbie and don't understand which one is made for my need.
Thanks in advance for your help.