aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/delivery_methods_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-7/+7
* Sendmail default arguments match Mail::SendMailarktisklada2016-04-051-1/+1
* tests, define `Rails.root` before loading Action Mailer.Yves Senn2015-11-041-2/+2
* Added assertion for error messages for nil and unknown delivery methodsRonak Jangir2015-09-221-2/+4
* Removed mocha from ActionMailerRonak Jangir2015-08-201-9/+17
* not needed require'sAnkit Gupta2015-05-101-1/+0
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-201-12/+12
* add test coverage for the action mailerDmitry Polushkin2014-07-041-1/+1
* Move state restoration from setup/teardown into affected test cases.Zuhao Wan2014-05-131-30/+42
* add actionmailer test coverage for undefined delivery methodDmitry Polushkin2014-02-091-9/+20
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-09-101-0/+3
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-3/+0
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-07-261-0/+3
* 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
* 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
* 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 deli...José Valim and Mikel Lindsaar2010-01-251-5/+25
* 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