I'm building a small reminder application in Rails and I want to add the ability for my users to be able to create a cron job. The cron job would run on a given day each week, each month or even one time depending on the users selection and save.
So the user creates the even, selects if its weekly, daily or one time, then it creates the cron job to run a command line in linux.
Any gems for that to be easier?