Search Results

2
votes

What is the best way to run asynchronous jobs in a Rails application?

I'll add DJ (Delayed Job) to the list - http://blog.leetsoft.com/2008/2/17/delayed-job-dj The github guys rece …