aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / Add assert_enqueued_email_with to ActionMailer::TestHelperMikkel Malmberg2017-09-271-0/+42
|/
* Do not generate default alt text in image tagsCameron Cundiff2017-08-173-5/+5
* Clear mail after testyuuji.yaginuma2017-08-141-3/+2
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0121-0/+42
|\
| * Use frozen string literal in actionmailer/Kir Shatrov2017-07-2321-0/+42
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-152-2/+15
|\|
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0221-21/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0221-0/+21
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0121-0/+21
| * | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/
| * Allow mailers to configure their delivery jobMatthew Mongeau2017-06-151-0/+13
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-293-12/+8
|\|
| * Define path with __dir__bogdanvlviv2017-05-233-4/+4
| * Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-7/+3
| * Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* | Avoid stubing on this testRafael Mendonça França2017-04-271-3/+2
|/
* Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-0/+16
|\
| * Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+16
* | Remove duplicated `delivery_method` definitionyuuji.yaginuma2017-04-071-1/+0
* | Use better duration aliases in testsAndrew White2017-03-151-2/+2
* | Don't cast to float unnecessarilyAndrew White2017-03-151-2/+2
* | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
|/
* Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-0/+19
* Avoid should in test namesRafael Mendonça França2017-01-301-1/+1
* Implement respond_to_missing? in the Parameterized::Mailer classRafael Mendonça França2017-01-301-0/+14