public
Description: Database based asynchronously priority queue system -- Extracted from Shopify
Homepage: http://www.shopify.com
Clone URL: git://github.com/tobi/delayed_job.git

tobi's delayed_job Feed   feed

pepe started watching delayed_job about 21 hours ago
delayed_job is at tobi/delayed_job
trevorturk edited a page in the delayed_job wiki 2 times, most recently about 22 hours ago
holin started watching delayed_job 1 day ago
delayed_job is at tobi/delayed_job
karmi started watching delayed_job 1 day ago
delayed_job is at tobi/delayed_job
neophiliac started watching delayed_job 1 day ago
delayed_job is at tobi/delayed_job
tomek1024 started watching delayed_job 2 days ago
delayed_job is at tobi/delayed_job
nicedexter started watching delayed_job 2 days ago
delayed_job is at tobi/delayed_job
delynn started watching delayed_job 2 days ago
delayed_job is at tobi/delayed_job
nestegg started watching delayed_job 3 days ago
delayed_job is at tobi/delayed_job
kivanio started watching delayed_job 3 days ago
delayed_job is at tobi/delayed_job
kerryb started watching delayed_job 3 days ago
delayed_job is at tobi/delayed_job
trevorturk edited a page in the delayed_job wiki 3 days ago
trevorturk edited a page in the delayed_job wiki 3 days ago
holtonma started watching delayed_job 4 days ago
delayed_job is at tobi/delayed_job
mattpolito started watching delayed_job 4 days ago
delayed_job is at tobi/delayed_job
obrie started watching delayed_job 4 days ago
delayed_job is at tobi/delayed_job
trevorturk edited a page in the delayed_job wiki 3 times, most recently 4 days ago
jfernandez started watching delayed_job 5 days ago
delayed_job is at tobi/delayed_job
fletch started watching delayed_job 5 days ago
delayed_job is at tobi/delayed_job
iros started watching delayed_job 5 days ago
delayed_job is at tobi/delayed_job
grin started watching delayed_job 5 days ago
delayed_job is at tobi/delayed_job
varezhka started watching delayed_job 6 days ago
delayed_job is at tobi/delayed_job
ckozus started watching delayed_job 6 days ago
delayed_job is at tobi/delayed_job
bschwartz started watching delayed_job 6 days ago
delayed_job is at tobi/delayed_job
scottymac started watching delayed_job 6 days ago
delayed_job is at tobi/delayed_job
econsultancy forked tobi/delayed_job 6 days ago
Forked repository is at econsultancy/delayed_job
catwood started watching delayed_job 6 days ago
delayed_job is at tobi/delayed_job
patrickberkeley started watching delayed_job 7 days ago
delayed_job is at tobi/delayed_job
amerine forked tobi/delayed_job 7 days ago
Forked repository is at amerine/delayed_job
maia commented on tobi/delayed_job 9 days ago
Comment on lib/delayed/performable_method.rb L8 in d76d34a:

respond_to? causes a problem when using delayed_job with ActionMailer::Base, as the deliver_* methods are defined via method_missing (I think) and they don’t return true on respond_to?.
I assumed http://github.com/rails/rails/commit/3cf773b187e803e16b8237e5923fa4c1139cde8a fixed the problem, but my Rails 2.1.2 apparently still returns false on custom deliver_xxx methods.