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,701 of 196,721
Downloads: 31,893

Daily

Ranking: 36,893 of 196,694
Downloads: 1

Depended by

RankDownloadsName
35,37638,505newsly

Depends on

RankDownloadsName
291,017,967,488rspec
50771,633,695actionmailer
95554,598,334resque

Owners

#GravatarHandle
1iconfphilipe