RubyGems Navigation menu

resque-async_deliver 1.0.1

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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.3.1 - January 22, 2014 (8.5 KB)
  2. 1.3.0 - January 03, 2014 (8.0 KB)
  3. 1.2.0 - July 08, 2011 (6.5 KB)
  4. 1.1.1 - July 06, 2011 (6.5 KB)
  5. 1.1.0 - July 06, 2011 (6.5 KB)
  6. 1.0.1 - July 06, 2011 (6.5 KB)
顯示所有版本(共 7)

Runtime 相依性套件 (2):

actionmailer ~> 3.0
resque ~> 1.0

Development 相依性套件 (3):

擁有者:

作者:

  • Philipe Fatio

SHA 256 checksum:

15e41872cb9013a42759ba7817d83f801843763ff8da9fb25d186d779ea18795

總下載次數 27,955

這個版本 3,063

License:

Ruby 版本需求:

相關連結: