RubyGems Navigation menu

resque-async_deliver 1.2.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:
= Copier Copié!

installation:
=

Versions:

  1. 1.3.1 - January 22, 2014 (8,5 ko)
  2. 1.3.0 - January 03, 2014 (8 ko)
  3. 1.2.0 - July 08, 2011 (6,5 ko)
  4. 1.1.1 - July 06, 2011 (6,5 ko)
  5. 1.1.0 - July 06, 2011 (6,5 ko)
Voir toutes les versions (7)

Dépendances de Runtime (2):

actionmailer ~> 3.0
resque ~> 1.0

Dépendances de Development (3):

Propriétaires:

Auteurs:

  • Philipe Fatio

Total de contrôle SHA 256:

bd074e025dfb2c7584d48b4bf1eb08c1cdb63455bf2c2e41a7116fce23fe0b83

Total de téléchargements 27 983

Pour cette version 9 381

License:

aucune

Version de Ruby requise: None

Liens: