there's also craken, which is about the same with a more cron-like yml DSL.
both of these are just front-ends to crontab, though. It sounds like (?) what you're after is a process which spawns and runs in the background, and does stuff every now and then (ie, reimplementing cron in ruby). I'm not sure if anything does this out of the box, but on the face of it, it should be pretty easy to cook up yourself. On Fri, Jan 15, 2010 at 2:59 PM, Ryan Bigg <[email protected]> wrote: > 2010/1/15 Keith Pitty <[email protected]> > >> +1 for whenever. >> >> > What he said. > </bandwagon> > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rails-oceania%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > -- cheers, David Lee--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
