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,978 of 192,137
Downloads: 31,251

Daily

Ranking: 82,222 of 192,103
Downloads: 1

Depended by

RankDownloadsName
34,82137,600newsly

Depends on

RankDownloadsName
29970,934,436rspec
49718,821,146actionmailer
94251,931,403resque

Owners

#GravatarHandle
1iconfphilipe