aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/asset_host_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not generate default alt text in image tagsCameron Cundiff2017-08-171-2/+2
* 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
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-7/+7
* fix tests on action_mailerschneems2014-10-071-2/+2
* Remove global helpers from the ActionMailer test suite.Lucas Mazza2014-08-191-4/+1
* add test coverage for the action mailerDmitry Polushkin2014-07-041-16/+1
* Refactored to remove unnecessary setupAnupam Choudhury2013-03-301-1/+0
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-3/+3
* test cases should inherit from AS::TestCaseAaron Patterson2012-01-051-1/+1
* Fixed typos in asset_host_testDalibor Nasevic2011-03-021-2/+2
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-0/+56
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-52/+0
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-241-7/+5
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...José Valim and Mikel Lindsaar2010-01-241-1/+1
* Changing body to use :to_s instead of :decoded... better use caseMikel Lindsaar2009-12-271-3/+3
* Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-3/+3
* Ensure ActionMailer doesn't blow up when a two argument proc is set for the a...Tekin Suleyman2008-12-011-0/+54