Moving from backgrounDrb to DelayedJob

In my earlier post regarding DelayedJob setup I mentioned how to setup DelayedJob and create news tasks in your existing code. This post provides details of how to move from backgrounDrb to delayed_job. First of all its important to know why ? - BackgroundDrb takes in a lot of memory. It spawns worker at start-up. … Continue reading Moving from backgrounDrb to DelayedJob

Ruby On Rails Developers in India

Hello ROR lovers, I wanted to list down ruby on rails developers in india. I would glad to see your name in this list. Lets, see how much rails hobbies are there in india. Thanks,SandipList goes here..................Name: Sandip RansingROR Experience: 2.1 yrsOverall: 2.8+ yrsLocation: PuneCompany: Josh Software Private Limited.Name: Amit YadavExperience: 2.5 yrsOverall: 5.8 yrsLocation: … Continue reading Ruby On Rails Developers in India

Delayed_job for background processing in Rails

*update: delayed-job is now available on gemcutter* The first thing to do obviously is to install DelayedJob. There are plenty of forked versions available on git-hub. I chose collectiveidea beacuse it was recommend on railscasts. I did refer to this site extensively for setting up delayed_job. Job half done. I followed instructions on the github … Continue reading Delayed_job for background processing in Rails