| Commit message (Expand) | Author | Age | Files | Lines |
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
* | Templates have one format | Aaron Patterson | 2019-02-25 | 1 | -2/+2 |
* | Fix class name in the documentation [ci skip] | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
* | Don’t log recipients when sending mail | Jaap van der Plas | 2019-02-13 | 2 | -4/+3 |
* | Zeitwerk integration | Xavier Noria | 2019-02-12 | 1 | -6/+10 |
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -1/+1 |
* | Fix legacy fallback for parameterized mailers | Gannon McGibbon | 2019-01-07 | 1 | -1/+9 |
* | Move MailDeliveryJob default to 6.0 defaults | Gannon McGibbon | 2019-01-07 | 2 | -1/+5 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | Deprecate ActionMailer::Base.receive in favor of Action Mailbox | George Claghorn | 2018-12-27 | 1 | -0/+5 |
* | Add MailDeliveryJob for unified mail delivery | Gannon McGibbon | 2018-12-04 | 7 | -9/+77 |
* | Deliver parameterized mail with DeliveryJob | Gannon McGibbon | 2018-11-22 | 5 | -20/+10 |
* | Fix ActionMailer assertion not working for mail defining delivery_job: | Edouard CHIN | 2018-11-21 | 1 | -5/+14 |
* | Merge pull request #22534 from evopark/master | Rafael Mendonça França | 2018-11-19 | 1 | -3/+8 |
|\ |
|
| * | ActionMailer: support overriding template name in multipart | Marcus Ilgner | 2015-12-08 | 1 | -3/+8 |
* | | Parameterized mailers can configure delivery job | Luke Pearce | 2018-10-05 | 2 | -1/+3 |
* | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' | Sharang Dashputre | 2018-10-02 | 1 | -1/+1 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -1/+1 |
* | | Include test helpers when ActionDispatch::IntegrationTest is loaded | Ricardo Díaz | 2018-09-12 | 1 | -1/+4 |
* | | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification. | Yoshiyuki Kinjo | 2018-09-09 | 2 | -11/+16 |
* | | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 1 | -0/+1 |
* | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | | Fix docs of `assert_no_emails` [ci skip] | bogdanvlviv | 2018-06-29 | 1 | -1/+1 |
* | | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) | Kota Miyake | 2018-05-30 | 2 | -5/+46 |
* | | Eager autoload mail gem when eager load is true (#32808) | Samuel Cochran | 2018-05-23 | 1 | -0/+7 |
* | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | | Merge pull request #32427 from tjschuck/small_doc_fixes | Ryuta Kamizono | 2018-04-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Small doc fixes | T.J. Schuck | 2018-04-02 | 1 | -1/+1 |
* | | | Doc fix added missing quote | Michael H | 2018-04-02 | 1 | -1/+1 |
|/ / |
|
* | | Partly revert #32231 | bogdanvlviv | 2018-03-14 | 1 | -4/+2 |
* | | Perform email jobs in #assert_emails | Gannon McGibbon | 2018-03-12 | 1 | -5/+7 |
* | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -3/+3 |
* | | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default | Ryuta Kamizono | 2018-01-24 | 1 | -1/+11 |
|\ \ |
|
| * | | Fix AM::Base.default proc arity breaking change | Jimmy Bourassa | 2017-08-29 | 1 | -1/+11 |
* | | | Fix typos, update documentation | James Lovejoy | 2018-01-11 | 1 | -1/+1 |
* | | | Move the options for deliver_later up near to the example [ci skip] | Prathamesh Sonpatki | 2018-01-04 | 1 | -12/+12 |
* | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
* | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
* | | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
* | | | Sort mailer previews | Dwight Watson | 2017-11-14 | 1 | -1/+1 |
* | | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 2 | -0/+0 |
* | | | [Action Mailer] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -4/+4 |
* | | | Add assert_enqueued_email_with to ActionMailer::TestHelper | Mikkel Malmberg | 2017-09-27 | 1 | -0/+42 |
* | | | Update Action Mailer doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 3 | -8/+8 |
|/ / |
|
* | | Use tt in doc for action_mailer [ci skip] | Yoshiyuki Hirano | 2017-08-26 | 1 | -1/+1 |
* | | Merge pull request #29559 from kirs/eager-load-controller-actions | Rafael França | 2017-08-11 | 1 | -0/+6 |
|\ \ |
|
| * | | Eager load controller and mailer actions | Kir Shatrov | 2017-07-29 | 1 | -0/+6 |
* | | | Remove outdated comment [ci skip] | Youssef Boulkaid | 2017-08-06 | 1 | -4/+0 |
|/ / |
|
* | | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 18 | -0/+36 |
* | | [Action Mailer] require => require_relative | Akira Matsuda | 2017-07-01 | 2 | -4/+4 |