aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Do not use the same test class in different testsyuuji.yaginuma2019-08-011-2/+2
* Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...Rafael França2019-07-261-0/+11
|\
| * Prevent reading inline attachments after `mail` was called from raising an in...Isaac Betesh2019-05-211-0/+11
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-137-7/+0
|/
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Add test and change how format set in ActionMailerJohn Hawthorn2019-03-014-0/+16
* Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-191-5/+5
|\
| * pass format to the digestorAaron Patterson2019-02-161-5/+5
* | Auto correct rubocop offensesYoshiyuki Hirano2019-02-171-12/+10
|/
* Don’t log recipients when sending mailJaap van der Plas2019-02-133-6/+23
* Fix legacy fallback for parameterized mailersGannon McGibbon2019-01-072-5/+4
* Remove mention about `receive.action_mailer` from the AS instrumentation guidebogdanvlviv2018-12-281-3/+4
* Deprecate ActionMailer::Base.receive in favor of Action MailboxGeorge Claghorn2018-12-271-2/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-14/+12
* fix tests for mail 2.8pavel2018-12-191-4/+4
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-044-13/+101
* Add yield to with_delivery_job test helperGannon McGibbon2018-11-301-0/+1
* Deliver parameterized mail with DeliveryJobGannon McGibbon2018-11-223-20/+36
* Fix ActionMailer assertion not working for mail defining delivery_job:Edouard CHIN2018-11-211-0/+51
* Merge pull request #22534 from evopark/masterRafael Mendonça França2018-11-192-0/+13
|\
| * ActionMailer: support overriding template name in multipartMarcus Ilgner2015-12-082-0/+13
* | Fix tests on Mail 2.7.1yuuji.yaginuma2018-10-141-4/+4
* | Parameterized mailers can configure delivery jobLuke Pearce2018-10-051-0/+13
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* | Merge pull request #33974 from rails/remove-catch-all-from-amAaron Patterson2018-09-251-17/+7
|\ \
| * | This patch removes deprecated catch-all routes from AMAaron Patterson2018-09-241-17/+7
* | | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-8/+10
|\ \ \
| * | | Remove private defSakshi Jain2018-09-231-8/+10
| |/ /
* / / Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
|/ /
* | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-091-3/+6
* | Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-082-0/+16
* | Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-291-2/+29
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-301-14/+81
* | Replace `assert !` with `assert_not`Daniel Colson2018-04-191-4/+4
* | Perform email jobs in #assert_emailsGannon McGibbon2018-03-121-0/+22
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* | Use respond_to test helpersDaniel Colson2018-01-251-2/+2
* | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-defaultRyuta Kamizono2018-01-242-1/+17
|\ \
| * | Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-292-1/+17
* | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-122-2/+2
* | | Fix tests on Mail 2.7Jeremy Daer2017-10-312-17/+16
* | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\ \ \
| * | | removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | | | removed unnecessary semicolonsShuhei Kitagawa2017-10-281-6/+6
|/ / /