Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async actionmailer #6839

Merged
merged 12 commits into from
Jun 26, 2012
Merged

Async actionmailer #6839

merged 12 commits into from
Jun 26, 2012

Commits on Jun 23, 2012

  1. Asynchronous ActionMailer

    Any ActionMailer class can be set to render and delier messages using
    the new Rails Queue.
    
    Some of this work was borrowed (with permission) from Nick Plante's
    (zapnap) reqsue_mailer gem.
    bcardarella committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    dc7fd82 View commit details
    Browse the repository at this point in the history
  2. AsyncMailer documention

    bcardarella committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    0cb154b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6792e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc9f6fc View commit details
    Browse the repository at this point in the history
  5. Updated Changelogs

    bcardarella committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    d1d6c36 View commit details
    Browse the repository at this point in the history
  6. Use Delegator for a cleaner QueuedMessage class

    Credit goes to *Nicolás Sanguinetti* (foca) for this suggestion
    bcardarella committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    5337149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dee0b23 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2012

  1. Support for custom queues on the mailer

    Credit goes to *Aaron Patterson* (tenderlove)
    bcardarella committed Jun 24, 2012
    Configuration menu
    Copy the full SHA
    812d1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33334d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee4eec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11fcd9 View commit details
    Browse the repository at this point in the history
  5. Some final syntax fixes

    bcardarella committed Jun 24, 2012
    Configuration menu
    Copy the full SHA
    35717a9 View commit details
    Browse the repository at this point in the history