aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Do not use the same test class in different testsyuuji.yaginuma2019-08-011-2/+2
* 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-262-1/+12
|\ \
| * | Prevent reading inline attachments after `mail` was called from raising an in...Isaac Betesh2019-05-212-1/+12
| |/
* / Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1311-13/+0
|/
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-81/+3
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-1/+6
|\
| * Prep releaseeileencodes2019-03-112-1/+6
* | 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
* | | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...Kasper Timm Hansen2019-03-091-0/+2
|\ \ \
| * | | Added missing guide links in README documentation and minor wording fix [ci s...ashishprajapati2019-03-101-0/+2
* | | | Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-092-2/+2
|/ / /
* | | Add test and change how format set in ActionMailerJohn Hawthorn2019-03-015-2/+17
* | | Create templates with format=nilJohn Hawthorn2019-02-261-2/+3
| |/ |/|
* | Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-252-1/+6
* | 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
* | Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-191-5/+5
|\ \
| * | pass format to the digestorAaron Patterson2019-02-161-5/+5
* | | Auto correct rubocop offensesYoshiyuki Hirano2019-02-171-12/+10
|/ /
* / Don’t log recipients when sending mailJaap van der Plas2019-02-135-10/+26
|/
* Zeitwerk integrationXavier Noria2019-02-121-6/+10
* 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