Categories: None [Edit]

resque-async_deliver

https://rubygems.org/gems/resque-async_deliver
https://github.com/fphilipe/resque-async_deliver
This gem makes it possible to send mails asynchronously using Resque by simply rewriting `SomeMailer.some_mail(ar_resource, 1234).deliver` to `SomeMailer.async_deliver.some_mail(ar_resource, 1234)`. Using ActiveRecord objects as arguments to mailers is still possible. This is achieved by storing the class name and the record id as arguments in the Resque queue which will be transformed back to records by the mailer job and passed along to the mailer.

Total

Ranking: 40,167 of 193,756
Downloads: 31,573

Daily

Ranking: 37,006 of 193,649
Downloads: 4

Depended by

RankDownloadsName
35,01137,985newsly

Depends on

RankDownloadsName
29989,540,006rspec
50739,990,284actionmailer
94753,045,019resque

Owners

#GravatarHandle
1iconfphilipe