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,429 of 188,317
Downloads: 30,611

Daily

Ranking: 29,398 of 188,299
Downloads: 10

Depended by

RankDownloadsName
34,40136,764newsly

Depends on

RankDownloadsName
29936,211,935rspec
48676,725,977actionmailer
93649,663,531resque

Owners

#GravatarHandle
1iconfphilipe