RubyGems.org

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.

installgem install resque-async_deliver
Authors

Philipe Fatio

3,844 total downloads 1,585 for this version
Owners

E29f04f339715955060858e0e65e1311

Gemfile
gem "resque-async_deliver", "~> 1.2.0"
Versions
  1. 1.2.0 July 7, 2011
  2. 1.1.1 July 6, 2011
  3. 1.1.0 July 6, 2011
  4. 1.0.1 July 5, 2011
  5. 1.0.0 July 5, 2011