aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mailers
Commit message (Expand)AuthorAgeFilesLines
* Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-291-1/+8
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-236-0/+12
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-026-6/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-016-0/+6
* Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-281-0/+11
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-4/+4
* applies new string literal convention in actionmailer/testXavier Noria2016-08-063-20/+20
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-0/+20
* Expand on Action Mailer Fragment caching testsVipul A M2016-04-171-0/+8
* Porting ActionController::Caching to ActionMailer::CachingStan Lo2016-02-231-0/+15
* Added test for `any` if called without specifying any format Ronak Jangir2015-09-181-0/+6
* Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-131-0/+6
* Ruby's new Hash syntax applied in actionmailerMr A2013-11-141-1/+1
* don't convert mailer default values to procsAlex Tsukernik2013-07-221-1/+2
* Fix AM testcase break with mail 2.5.4. It seems that AM's testcase was wrong.kennyj2013-05-171-1/+1
* drop an unused hash; change slang to SPECIALVipul A M2013-03-191-1/+1
* Allow passing interpolations to `#default_i18n_subject`, e.g.:Olek Janiszewski2013-01-241-0/+4
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-3/+0
* The return value from mailer methods is not relevant.Yves Senn2012-12-101-0/+5
* Do not render views when mail() isn't called. (NullMail refactoring)Yves Senn2012-10-281-0/+3
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-072-22/+22
* Use synchronous queue by default. Separate queued message delivery jobs from ...Jeremy Kemper2012-09-161-0/+1
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-1/+0
* Asynchronous ActionMailerBrian Cardarella2012-06-231-0/+3
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-1/+1
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-1/+1
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-261-0/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Move config_accessor :asset_host from ActionController::Base to AbstractContr...Jeroen van Dijk and Josh Kalderimis2010-07-243-0/+137