Categories: None [Edit]
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,454 of 188,742
Downloads: 30,787
Daily
Ranking: 28,607 of 188,718
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 34,397 | 37,004 | newsly |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 29 | 940,867,791 | rspec |
| 48 | 682,821,496 | actionmailer |
| 936 | 50,041,378 | resque |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | fphilipe |