aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/async_mailer
Commit message (Collapse)AuthorAgeFilesLines
* Remove not used test fixtureyui-knk2015-12-301-1/+0
| | | | | | 'actionmailer/test/mailers/async_mailer.rb' was deleted by f9da785d0b1b22317cfca25c15fb555e9016accb . This template is not used now.
* Asynchronous ActionMailerBrian Cardarella2012-06-231-0/+1
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.