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: 37,445 of 180,518
Downloads: 27,955

Daily

Ranking: 27,459 of 180,507
Downloads: 7

Depended by

RankDownloadsName
32,89333,201newsly

Depends on

RankDownloadsName
23769,240,345rspec
46498,751,925actionmailer
83441,829,806resque

Owners

#GravatarHandle
1iconfphilipe