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: 39,425 of 188,354
Downloads: 30,627

Daily

Ranking: 30,748 of 188,339
Downloads: 10

Depended by

RankDownloadsName
34,40536,784newsly

Depends on

RankDownloadsName
29936,893,351rspec
48677,579,056actionmailer
93549,710,550resque

Owners

#GravatarHandle
1iconfphilipe