Delayed Job
Category: Web Development > Ruby On Rails      Posted: 31 Jul 09

Is there a long running task which should be handled in the background? One of the best ways is using the delayed_job plugin like I show in this episode.

Starling and Workling
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

Need to run a task frequently in the background? Starling and Workling is a killer combination for doing just that. See how in this episode.

Rake in Background
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.