aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* Fix legacy fallback for parameterized mailersGannon McGibbon2019-01-073-6/+13
* Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-072-1/+5
* Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* Remove mention about `receive.action_mailer` from the AS instrumentation guidebogdanvlviv2018-12-281-3/+4
* Deprecate ActionMailer::Base.receive in favor of Action MailboxGeorge Claghorn2018-12-275-40/+14
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-14/+12
* fix tests for mail 2.8pavel2018-12-191-4/+4
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-0412-23/+179
* Add yield to with_delivery_job test helperGannon McGibbon2018-11-301-0/+1
* Deliver parameterized mail with DeliveryJobGannon McGibbon2018-11-229-51/+50
* Fix ActionMailer assertion not working for mail defining delivery_job:Edouard CHIN2018-11-213-5/+70
* Merge pull request #22534 from evopark/masterRafael Mendonça França2018-11-194-3/+26
|\
| * ActionMailer: support overriding template name in multipartMarcus Ilgner2015-12-084-3/+26
* | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* | Fix tests on Mail 2.7.1yuuji.yaginuma2018-10-141-4/+4
* | Parameterized mailers can configure delivery jobLuke Pearce2018-10-054-1/+27
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-1/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* | Merge pull request #33974 from rails/remove-catch-all-from-amAaron Patterson2018-09-251-17/+7
|\ \
| * | This patch removes deprecated catch-all routes from AMAaron Patterson2018-09-241-17/+7
* | | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-8/+10
|\ \ \
| * | | Remove private defSakshi Jain2018-09-231-8/+10
| |/ /
* / / Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
|/ /
* | Add changelog entries for #33849 [ci skip]bogdanvlviv2018-09-131-0/+4
* | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-121-1/+4
* | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-094-15/+27
* | Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-084-0/+21
* | Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* | Turn on performance based copsDillon Welch2018-07-231-3/+1
* | Fix docs of `assert_no_emails` [ci skip]bogdanvlviv2018-06-291-1/+1
* | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-292-2/+46
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-304-19/+135
* | Eager autoload mail gem when eager load is true (#32808)Samuel Cochran2018-05-232-0/+11
* | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* | Replace `assert !` with `assert_not`Daniel Colson2018-04-191-4/+4
* | Merge pull request #32427 from tjschuck/small_doc_fixesRyuta Kamizono2018-04-031-1/+1
|\ \
| * | Small doc fixesT.J. Schuck2018-04-021-1/+1
* | | Doc fix added missing quoteMichael H2018-04-021-1/+1
|/ /
* | Partly revert #32231bogdanvlviv2018-03-141-4/+2
* | Merge pull request #32231 from gmcgibbon/perform_email_jobs_in_assert_emailsRafael Mendonça França2018-03-133-6/+32
|\ \
| * | Perform email jobs in #assert_emailsGannon McGibbon2018-03-122-5/+29
|/ /
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-1/+6
* | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-302-34/+4
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2