| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MailDeliveryJob for unified mail delivery | Gannon McGibbon | 2018-12-04 | 1 | -4/+6 |
* | Add yield to with_delivery_job test helper | Gannon McGibbon | 2018-11-30 | 1 | -0/+1 |
* | Deliver parameterized mail with DeliveryJob | Gannon McGibbon | 2018-11-22 | 1 | -9/+29 |
* | Parameterized mailers can configure delivery job | Luke Pearce | 2018-10-05 | 1 | -0/+13 |
* | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Remove duplicated `delivery_method` definition | yuuji.yaginuma | 2017-04-07 | 1 | -1/+0 |
* | Avoid should in test names | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 |
* | Implement respond_to_missing? in the Parameterized::Mailer class | Rafael Mendonça França | 2017-01-30 | 1 | -0/+14 |
* | restore `delivery_method` after test | yuuji.yaginuma | 2017-01-29 | 1 | -4/+1 |
* | Offer the option to use parameterization for shared processing of headers and... | David Heinemeier Hansson | 2017-01-28 | 1 | -0/+44 |