Not sure about backgroundrb, but you could also check out delayed_jobs
(though it sounds like it won't be updated for a while), Resque (if
your requirements are more high-end), or the top answer here:

http://stackoverflow.com/questions/897605/ruby-on-rails-how-to-run-things-in-the-background

But if it's just a scheduled task, how about plain old cron? Or see
more discussion (and more gems) here:

http://stackoverflow.com/questions/3632129/is-railss-delayed-job-for-cron-task-really

Fun!

On Jan 11, 5:14 pm, Douglas Fonseca <[email protected]> wrote:
> Hi,
> I'm developing a rails app that needs to run scheduled tasks, does someone
> knows how can I do that?

-- 
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.

Reply via email to