aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/async.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix ActionMailer::Async docs and update to follow coding conventionsFrancesco Rodriguez2012-06-281-28/+30
|
* Some final syntax fixesBrian Cardarella2012-06-241-1/+1
|
* Forcing the message sending is no longer necessaryBrian Cardarella2012-06-241-7/+1
|
* Support for custom queues on the mailerBrian Cardarella2012-06-231-12/+13
| | | | Credit goes to *Aaron Patterson* (tenderlove)
* Removed unecessary splattingBrian Cardarella2012-06-231-1/+1
|
* Use Delegator for a cleaner QueuedMessage classBrian Cardarella2012-06-231-13/+8
| | | | Credit goes to *Nicolás Sanguinetti* (foca) for this suggestion
* Force message delivery despite asyncBrian Cardarella2012-06-231-2/+8
|
* AsyncMailer documentionBrian Cardarella2012-06-231-0/+2
|
* Asynchronous ActionMailerBrian Cardarella2012-06-231-0/+41
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.