Is there anyway to setup simple task s开发者_Python百科cheduling inside of a rails app? There are pieces of code that I want to run every hour, or every day or every week. I don\'t want to break them
I\'m building a Rails project that has a cron-type job that I\'m managing with Rufus Scheduler. I have two questions about how to set this up appropriately in Rails: