RubyGems Navigation menu

resque-async_deliver 1.1.0

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.5KB)
  2. 1.3.0 - January 03, 2014 (8KB)
  3. 1.2.0 - July 08, 2011 (6.5KB)
  4. 1.1.1 - July 06, 2011 (6.5KB)
  5. 1.1.0 - July 06, 2011 (6.5KB)
全てのバージョンを表示(全7件)

Runtime依存関係 (2):

actionmailer ~> 3.0
resque ~> 1.0

Development依存関係 (3):

所有者:

作者:

  • Philipe Fatio

SHA 256チェックサム:

0b1bc6bc9fc73c333683fea002cd4f76e4be2e8cdb0b97b8119a333c1a707993

累計ダウンロード数 27,955

このバージョンのみ 3,058

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: