Solution to DelayedJob(DJ) gem server start problem

Solution to DelayedJob(DJ) gem server start problem I had installed delayed_job gem 2.0.3, daemons gem but after staring DJ server it shows daemon started but actually process gets killed automatically.I performed steps given by Kevin on google group and it worked like charmHere are the steps:1) sudo gem sources -a http://gems.github.com2) sudo gem install alexvollmer-daemon-spawn3) … Continue reading Solution to DelayedJob(DJ) gem server start problem