RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: eweiser
you would want to use a scheduler of some sort that calls the rake task every fixed interval of time. check out the Whenever gem, or if you're deploying on Heroku there's an easy to use scheduler add-on.
you would want to use a scheduler of some sort that calls the rake task every fixed interval of time. check out the Whenever gem, or if you're deploying on Heroku there's an easy to use scheduler add-on.