| Commit message (Expand) | Author | Age | Files | Lines |
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -0/+2 |
* | Deprecate ActionMailer::Base.receive in favor of Action Mailbox | George Claghorn | 2018-12-27 | 1 | -0/+4 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -2/+2 |
* | Add MailDeliveryJob for unified mail delivery | Gannon McGibbon | 2018-12-04 | 1 | -1/+1 |
* | Deliver parameterized mail with DeliveryJob | Gannon McGibbon | 2018-11-22 | 1 | -11/+4 |
* | Fix ActionMailer assertion not working for mail defining delivery_job: | Edouard CHIN | 2018-11-21 | 1 | -0/+5 |
* | Merge pull request #22534 from evopark/master | Rafael Mendonça França | 2018-11-19 | 1 | -0/+5 |
|\ |
|
| * | ActionMailer: support overriding template name in multipart | Marcus Ilgner | 2015-12-08 | 1 | -0/+5 |
* | | Parameterized mailers can configure delivery job | Luke Pearce | 2018-10-05 | 1 | -0/+11 |
* | | Add changelog entries for #33849 [ci skip] | bogdanvlviv | 2018-09-13 | 1 | -0/+4 |
* | | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification. | Yoshiyuki Kinjo | 2018-09-09 | 1 | -1/+5 |
* | | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 1 | -0/+4 |
* | | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block | bogdanvlviv | 2018-06-29 | 1 | -0/+17 |
* | | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) | Kota Miyake | 2018-05-30 | 1 | -0/+8 |
* | | Eager autoload mail gem when eager load is true (#32808) | Samuel Cochran | 2018-05-23 | 1 | -0/+4 |
* | | Merge pull request #32231 from gmcgibbon/perform_email_jobs_in_assert_emails | Rafael Mendonça França | 2018-03-13 | 1 | -1/+3 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -0/+5 |
* | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -31/+1 |
* | | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default | Ryuta Kamizono | 2018-01-24 | 1 | -0/+6 |
|\ \ |
|
| * | | Fix AM::Base.default proc arity breaking change | Jimmy Bourassa | 2017-08-29 | 1 | -0/+5 |
* | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
* | | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+2 |
* | | | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-10-04 | 1 | -1/+1 |
* | | | Add assert_enqueued_email_with to ActionMailer::TestHelper | Mikkel Malmberg | 2017-09-27 | 1 | -0/+8 |
|/ / |
|
* | | Fix indentation [ci skip] | Ryuta Kamizono | 2017-06-15 | 1 | -6/+7 |
* | | Allow mailers to configure their delivery job | Matthew Mongeau | 2017-06-15 | 1 | -0/+10 |
* | | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -33/+1 |
* | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -0/+2 |
* | | Add backticks around constant | Jon Moss | 2017-02-21 | 1 | -1/+1 |
* | | Add `:args` to `process.action_mailer` event | yuuji.yaginuma | 2017-02-04 | 1 | -0/+4 |
* | | Offer the option to use parameterization for shared processing of headers and... | David Heinemeier Hansson | 2017-01-28 | 1 | -0/+9 |
* | | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-body | Rafael Mendonça França | 2017-01-06 | 1 | -0/+12 |
|\ \ |
|
| * | | Add changelog for custom content type | MQuy | 2016-12-01 | 1 | -0/+12 |
|/ / |
|
* | | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 1 | -0/+4 |
* | | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 1 | -140/+1 |
* | | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 1 | -0/+5 |
* | | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 1 | -0/+2 |
* | | Pass over AM changelog | Vipul A M | 2016-04-10 | 1 | -4/+3 |
* | | Disallow calling `#deliver_later` after local message modifications. | Jeremy Daer | 2016-04-07 | 1 | -0/+18 |
* | | Sendmail default arguments match Mail::SendMail | arktisklada | 2016-04-05 | 1 | -0/+6 |
* | | Pass over CHANGELOGs [ci skip] | Prathamesh Sonpatki | 2016-03-30 | 1 | -3/+1 |
* | | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+2 |
* | | Add changelog entry for #22825 | Rafael Mendonça França | 2016-02-24 | 1 | -0/+6 |
* | | reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`. | Yves Senn | 2016-02-16 | 1 | -0/+6 |
* | | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 1 | -0/+5 |
* | | release notes, extract notable changes from Action Mailer CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -2/+2 |
* | | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
|/ |
|
* | Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte... | Sean Griffin | 2015-11-23 | 1 | -7/+0 |
* | Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptor | Sean Griffin | 2015-11-23 | 1 | -0/+7 |
|\ |
|