RubyGems Navigation menu

resque-async_deliver 1.3.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:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 1.3.1 - January 22, 2014 (8,5 KB)
  2. 1.3.0 - January 03, 2014 (8 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)
Mostrar todas las versiones (7 total)

dependencias de Runtime (2):

actionmailer < 5, >= 3
resque ~> 1.0

dependencias de Development (1):

rspec >= 3.0.0.beta1

Propietarios:

Autores:

  • Philipe Fatio

SHA 256 checksum:

1427782db6b400f9309bccb7414876a04bd97a6f7cc47113c2e8da632ec9beeb

Total de descargas 27.907

Para esta versión 3.793

Licencias:

N/A

Versión de Ruby requerida: Ninguno

Enlace: