aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/delivery_method_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Finish cleaning up delivery methods implementation.José Valim and Mikel Lindsaar2010-01-241-73/+0
* Refactor delivery methods.José Valim2010-01-191-91/+24
* Migrated over to Mail doing delivery.Mikel Lindsaar2010-01-161-12/+51
* abstract all of the ActionMailer delivery methods into their own classes. the...Matthew Rudy Jacobs2009-11-011-4/+32
* Adds a :file delivery_method to save email to a file on diskEric Davis2009-08-081-0/+22
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-0/+51