| Commit message (Expand) | Author | Age | Files | Lines |
* | Don’t log recipients when sending mail | Jaap van der Plas | 2019-02-13 | 5 | -10/+26 |
* | 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 | 2 | -1/+3 |
* | Fix legacy fallback for parameterized mailers | Gannon McGibbon | 2019-01-07 | 3 | -6/+13 |
* | 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 | 2 | -2/+2 |
* | Remove mention about `receive.action_mailer` from the AS instrumentation guide | bogdanvlviv | 2018-12-28 | 1 | -3/+4 |
* | Deprecate ActionMailer::Base.receive in favor of Action Mailbox | George Claghorn | 2018-12-27 | 5 | -40/+14 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -14/+12 |
* | fix tests for mail 2.8 | pavel | 2018-12-19 | 1 | -4/+4 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
* | Add MailDeliveryJob for unified mail delivery | Gannon McGibbon | 2018-12-04 | 12 | -23/+179 |
* | 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 | 9 | -51/+50 |
* | Fix ActionMailer assertion not working for mail defining delivery_job: | Edouard CHIN | 2018-11-21 | 3 | -5/+70 |
* | Merge pull request #22534 from evopark/master | Rafael Mendonça França | 2018-11-19 | 4 | -3/+26 |
|\ |
|
| * | ActionMailer: support overriding template name in multipart | Marcus Ilgner | 2015-12-08 | 4 | -3/+26 |
* | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
* | | Fix tests on Mail 2.7.1 | yuuji.yaginuma | 2018-10-14 | 1 | -4/+4 |
* | | Parameterized mailers can configure delivery job | Luke Pearce | 2018-10-05 | 4 | -1/+27 |
* | | 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 |
* | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | | Merge pull request #33974 from rails/remove-catch-all-from-am | Aaron Patterson | 2018-09-25 | 1 | -17/+7 |
|\ \ |
|
| * | | This patch removes deprecated catch-all routes from AM | Aaron Patterson | 2018-09-24 | 1 | -17/+7 |
* | | | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 1 | -8/+10 |
|\ \ \ |
|
| * | | | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -8/+10 |
| |/ / |
|
* / / | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -2/+2 |
|/ / |
|
* | | Add changelog entries for #33849 [ci skip] | bogdanvlviv | 2018-09-13 | 1 | -0/+4 |
* | | 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 | 4 | -15/+27 |
* | | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 4 | -0/+21 |
* | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+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 |
* | | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block | bogdanvlviv | 2018-06-29 | 2 | -2/+46 |
* | | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) | Kota Miyake | 2018-05-30 | 4 | -19/+135 |
* | | Eager autoload mail gem when eager load is true (#32808) | Samuel Cochran | 2018-05-23 | 2 | -0/+11 |
* | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -4/+4 |
* | | 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 |
* | | Merge pull request #32231 from gmcgibbon/perform_email_jobs_in_assert_emails | Rafael Mendonça França | 2018-03-13 | 3 | -6/+32 |
|\ \ |
|
| * | | Perform email jobs in #assert_emails | Gannon McGibbon | 2018-03-12 | 2 | -5/+29 |
|/ / |
|
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 2 | -1/+6 |
* | | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 2 | -34/+4 |