aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/delivery_methods_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-26/+26
|
* Allow delivery method options to be set per mail instanceAditya Sanghi2012-09-041-0/+39
|
* Revert "Merge pull request #7202 from asanghi/perform_deliveries_in_mail"José Valim2012-08-071-13/+0
| | | | | | Reverting because it feels backward to specify a delivery to not be performed while the e-mail is being composed. It is simpler (and makes more sense) to delegate the responsibility to the calling code.
* allow perform deliveries to be set within mailer actionAditya Sanghi2012-07-301-0/+13
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-3/+3
| | | | 's/[ \t]*$//' -i {} \;)
* Convert to class_attributeJeremy Kemper2010-02-011-2/+4
|
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-2/+2
|
* Added delivery_handler method to mail and implemented in ActionMailer to ↵José Valim and Mikel Lindsaar2010-01-251-5/+25
| | | | deliver inside of instrumentation
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-30/+30
|
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-17/+95
|
* Finish cleaning up delivery methods implementation.José Valim and Mikel Lindsaar2010-01-241-0/+72