| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -2/+2 |
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) | Kota Miyake | 2018-05-30 | 1 | -14/+81 |
* | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 1 | -2/+2 |
* | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default | Ryuta Kamizono | 2018-01-24 | 1 | -0/+9 |
|\ |
|
| * | Fix AM::Base.default proc arity breaking change | Jimmy Bourassa | 2017-08-29 | 1 | -0/+9 |
* | | Fix tests on Mail 2.7 | Jeremy Daer | 2017-10-31 | 1 | -16/+15 |
|/ |
|
* | Do not generate default alt text in image tags | Cameron Cundiff | 2017-08-17 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 1 | -0/+2 |
|\ |
|
| * | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
* | | Merge branch 'master' into unlock-minitest | Kasper Timm Hansen | 2017-07-15 | 1 | -2/+2 |
|\| |
|
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| * | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
| |\ |
|
| | * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| * | | Make ActionMailer frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -2/+2 |
| |/ |
|
* / | Avoid stubing on this test | Rafael Mendonça França | 2017-04-27 | 1 | -3/+2 |
|/ |
|
* | Pass request params to ActionMailer::Preview | Alexey Zapparov | 2017-03-01 | 1 | -0/+16 |
* | Add `:args` to `process.action_mailer` event | yuuji.yaginuma | 2017-02-04 | 1 | -0/+19 |
* | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-body | Rafael Mendonça França | 2017-01-06 | 1 | -0/+5 |
|\ |
|
| * | Fix wrong typo in test | MQuy | 2016-12-05 | 1 | -1/+1 |
| * | allow context type when set body mail | MQuy | 2016-11-30 | 1 | -0/+5 |
* | | Privatize unneededly protected methods in Action Mailer tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
|/ |
|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -7/+7 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | applies new string literal convention in actionmailer/test | Xavier Noria | 2016-08-06 | 1 | -81/+81 |
* | Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte... | Sean Griffin | 2015-11-23 | 1 | -78/+0 |
* | Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptor | Sean Griffin | 2015-11-23 | 1 | -0/+78 |
|\ |
|
| * | ActionMailer::Base can unregister interceptor(s). | Claudio Ortolina | 2015-01-31 | 1 | -0/+78 |
* | | change test method name to the appropriate name | yuuji.yaginuma | 2015-09-19 | 1 | -1/+1 |
* | | Added test for `any` if called without specifying any format | Ronak Jangir | 2015-09-18 | 1 | -0/+7 |
* | | Removed mocha from ActionMailer | Ronak Jangir | 2015-08-20 | 1 | -40/+71 |
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | | Fix assertion that was never run | claudiob | 2015-01-11 | 1 | -1/+1 |
|/ |
|
* | Template lookup now respect default locale and I18n fallbacks. | Rafael Mendonça França | 2014-12-29 | 1 | -1/+26 |
* | Only include the needed assertions | Rafael Mendonça França | 2014-10-07 | 1 | -1/+1 |
* | fix tests on action_mailer | schneems | 2014-10-07 | 1 | -2/+4 |
* | Allow attaching files while the mail view is rendered | Christian Felder (masone) | 2014-09-22 | 1 | -0/+14 |
* | Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! | Cristian Bica | 2014-08-20 | 1 | -18/+18 |
* | [ActiveJob] Use globalid gem | Abdelkader Boudih | 2014-08-17 | 1 | -1/+0 |
* | Refactor DeliverLater into MessageDelivery | Abdelkader Boudih | 2014-08-14 | 1 | -2/+3 |
* | use :test delivery method for `base_test.rb` | Yves Senn | 2014-08-13 | 1 | -1/+3 |
* | Raise an exception when attachments are added after `mail` was called. | Yves Senn | 2014-07-29 | 1 | -0/+39 |
* | Fix state leaks in actionmailer/test/base_test.rb. | Zuhao Wan | 2014-05-07 | 1 | -102/+157 |
* | Fix MailerPreview broken tests | Arthur Neves | 2014-03-15 | 1 | -4/+4 |
* | Make sure we clean preview_interceptors | Arthur Neves | 2014-03-07 | 1 | -0/+1 |
* | Support underscored symbols in Action Mailer config | Andrew White | 2014-01-26 | 1 | -0/+14 |
* | Add the ability to intercept emails before previewing | Andrew White | 2014-01-26 | 1 | -3/+42 |
* | `mail()` without arguments is a getter for the current mail. | Yves Senn | 2013-12-02 | 1 | -0/+21 |
* | don't convert mailer default values to procs | Alex Tsukernik | 2013-07-22 | 1 | -0/+4 |