search for: schedule_everi

Displaying 1 result from an estimated 1 matches for "schedule_everi".

Did you mean: schedule_every
2007 May 06
0
Initializing a Scheduler
I have a need for a scheduler to run from inside of my rails application. I am familiar with Java (J2EE) and new to Ruby. In Java I would have used a framework called Quartz. I would have created a servlet and in the init method started up the Quartz framework. I have created a new Ruby class and called it StartCron.rb in the Components folder of my Rails app. I have been playing with the