I want to make a rails app that displays accumulated data from activerecord when a user loads the web page.
To accumulate the data I want to have a background task that goes out every 5 minutes (roughly) and gets the data and then stores it in activerecord. How can I have rails start this background process when I start the rails app? Thanks, John. -- Posted via http://www.ruby-forum.com/. -- 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.

