I have a Rails 3 app that uses delayed_job to fetch some data (with a class method) when the user hits the page. How can I indicate to the ajax process that the class method
With this gem you can have progress tracking directly on the Delayed::Job object itself: https://github.com/GBH/delayed_job_progress
Delayed::Job
Completed jobs are no longer automatically removed, so you can poll against a job until it comes back with completed state.
completed