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,310 of 186,959
Downloads: 29,470

Daily

Ranking: 38,007 of 186,713
Downloads: 19

Depended by

RankDownloadsName
34,40335,300newsly

Depends on

RankDownloadsName
27909,387,510rspec
46643,419,310actionmailer
93448,016,426resque

Owners

#GravatarHandle
1iconfphilipe