aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36198 from oneiros/actionmailer_ssl_optionRyuta Kamizono2019-07-291-1/+1
|\
| * Improve documentation of `:ssl/:tls` option [ci skip]David Roetzel2019-07-291-1/+1
* | Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...Rafael França2019-07-261-1/+1
|\ \
| * | Prevent reading inline attachments after `mail` was called from raising an in...Isaac Betesh2019-05-211-1/+1
| |/
* / Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-134-6/+0
|/
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-2/+2
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-1/+1
|\
| * Prep releaseeileencodes2019-03-111-1/+1
* | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\ \
| * | Ruby 2.7 warning: creating a Proc without a blockutilum2019-02-131-2/+2
* | | Add test and change how format set in ActionMailerJohn Hawthorn2019-03-011-2/+1
* | | Create templates with format=nilJohn Hawthorn2019-02-261-2/+3
| |/ |/|
* | Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
* | Templates have one formatAaron Patterson2019-02-251-2/+2
* | Fix class name in the documentation [ci skip]Rafael Mendonça França2019-02-251-1/+1
* | Don’t log recipients when sending mailJaap van der Plas2019-02-132-4/+3
|/
* Zeitwerk integrationXavier Noria2019-02-121-6/+10
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* Fix legacy fallback for parameterized mailersGannon McGibbon2019-01-071-1/+9
* Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-072-1/+5
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Deprecate ActionMailer::Base.receive in favor of Action MailboxGeorge Claghorn2018-12-271-0/+5
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-047-9/+77
* Deliver parameterized mail with DeliveryJobGannon McGibbon2018-11-225-20/+10
* Fix ActionMailer assertion not working for mail defining delivery_job:Edouard CHIN2018-11-211-5/+14
* Merge pull request #22534 from evopark/masterRafael Mendonça França2018-11-191-3/+8
|\
| * ActionMailer: support overriding template name in multipartMarcus Ilgner2015-12-081-3/+8
* | Parameterized mailers can configure delivery jobLuke Pearce2018-10-052-1/+3
* | 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
* | 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-092-11/+16
* | Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-081-0/+1
* | Turn on performance based copsDillon Welch2018-07-231-3/+1
* | Fix docs of `assert_no_emails` [ci skip]bogdanvlviv2018-06-291-1/+1
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-302-5/+46
* | Eager autoload mail gem when eager load is true (#32808)Samuel Cochran2018-05-231-0/+7
* | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* | 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
* | Perform email jobs in #assert_emailsGannon McGibbon2018-03-121-5/+7
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-defaultRyuta Kamizono2018-01-241-1/+11
|\ \
| * | Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-291-1/+11
* | | Fix typos, update documentationJames Lovejoy2018-01-111-1/+1
* | | Move the options for deliver_later up near to the example [ci skip]Prathamesh Sonpatki2018-01-041-12/+12
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* | | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1