Is there anything like Quartz in Rails?

Just wondering during the lunch, is there anything like Quartz in
Rails?
In our current project, we need to do some machine learning, I want to
implement it in another process, using ActiveRecord to write data into
the rails database. We need a mature scheduler, since those learning
tasks maybe very complicated.

Thanks a lot ^ ^