Background Job Processing in Rails
Running jobs in background is part of every non-trivial web application for either speeding up user response, or running periodically scheduled tasks. Here, I explain various tools available to do the backgound jobs in rails.
Here are the few listing of the available Rails Background Job tools.
* Delayed Job (DJ) [...]


