aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+0
|/
* Add test and change how format set in ActionMailerJohn Hawthorn2019-03-011-0/+10
* Auto correct rubocop offensesYoshiyuki Hirano2019-02-171-12/+10
* Don’t log recipients when sending mailJaap van der Plas2019-02-131-0/+17
* 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
* Merge pull request #22534 from evopark/masterRafael Mendonça França2018-11-191-0/+6
|\
| * ActionMailer: support overriding template name in multipartMarcus Ilgner2015-12-081-0/+6
* | Fix tests on Mail 2.7.1yuuji.yaginuma2018-10-141-4/+4
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-301-14/+81
* | Use respond_to test helpersDaniel Colson2018-01-251-2/+2
* | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-defaultRyuta Kamizono2018-01-241-0/+9
|\ \
| * | Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-291-0/+9
* | | Fix tests on Mail 2.7Jeremy Daer2017-10-311-16/+15
|/ /
* | Do not generate default alt text in image tagsCameron Cundiff2017-08-171-2/+2
* | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-0/+2
|\ \
| * | Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* | | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-151-2/+2
|\| |
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/ /
* / / Avoid stubing on this testRafael Mendonça França2017-04-271-3/+2
|/ /
* | Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+16
* | Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-0/+19
* | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-061-0/+5
|\ \
| * | Fix wrong typo in testMQuy2016-12-051-1/+1
| * | allow context type when set body mailMQuy2016-11-301-0/+5
* | | Privatize unneededly protected methods in Action Mailer testsAkira Matsuda2016-12-241-1/+1
|/ /
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* | code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* | applies new string literal convention in actionmailer/testXavier Noria2016-08-061-81/+81
|/
* Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte...Sean Griffin2015-11-231-78/+0
* Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptorSean Griffin2015-11-231-0/+78
|\
| * ActionMailer::Base can unregister interceptor(s).Claudio Ortolina2015-01-311-0/+78
* | change test method name to the appropriate nameyuuji.yaginuma2015-09-191-1/+1
* | Added test for `any` if called without specifying any format Ronak Jangir2015-09-181-0/+7
* | Removed mocha from ActionMailerRonak Jangir2015-08-201-40/+71
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | Fix assertion that was never runclaudiob2015-01-111-1/+1
|/
* Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-291-1/+26
* Only include the needed assertionsRafael Mendonça França2014-10-071-1/+1
* fix tests on action_mailerschneems2014-10-071-2/+4
* Allow attaching files while the mail view is renderedChristian Felder (masone)2014-09-221-0/+14