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,130 of 193,214
Downloads: 31,463

Daily

Ranking: 41,737 of 193,188
Downloads: 6

Depended by

RankDownloadsName
34,96037,879newsly

Depends on

RankDownloadsName
29983,045,376rspec
50732,955,934actionmailer
94452,688,167resque

Owners

#GravatarHandle
1iconfphilipe