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: 38,317 of 183,107
Downloads: 28,568
Daily
Ranking: 86,038 of 183,092
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
33,552 | 34,111 | newsly |
Depends on
Rank | Downloads | Name |
---|---|---|
25 | 817,849,894 | rspec |
46 | 548,915,265 | actionmailer |
874 | 44,213,537 | resque |
Owners
# | Gravatar | Handle |
---|---|---|
1 | fphilipe |