Write yourself some rake tasks to do the scheduled jobs you need. Then write yourself some rake tasks, like "daily" which run all the daily tasks you need to happen. Then use cron to run your "daily" schedule.
Now, when you need to update the daily jobs, you just modify your rake tasks and redeploy your app. No need for further interaction with cron. Good luck! Jon On 6 Dec 2009, at 23:36, Joshua Partogi wrote: > Dear all, > > I'm currently intending to add a scheduler from my rails app. Is there > any recommendable plugin or gem to achieve this? I don't prefer to use > cron as I want it to be bundled inside the application. > > Many thanks for your recommendations. > > Kind regards, > > -- > http://jobs.scrum8.com | http://twitter.com/scrum8 > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

