I am trying to use DelayedJob and the job is failing, giving the following error in the database:
{Delayed::DeserializationError /Library/Ruby/Gems/1.8/gems/delayed_j
If anyone wants to make delayed_job just finish the job as a no-op you can monkey patch with this code in the initializer:
https://gist.github.com/spilliton/8494752