aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/async.rb
Commit message (Expand)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
* Removed unecessary splattingBrian Cardarella2012-06-231-1/+1
* Use Delegator for a cleaner QueuedMessage classBrian Cardarella2012-06-231-13/+8
* Force message delivery despite asyncBrian Cardarella2012-06-231-2/+8
* AsyncMailer documentionBrian Cardarella2012-06-231-0/+2
* Asynchronous ActionMailerBrian Cardarella2012-06-231-0/+41