aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
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-131-2/+0
|/
* 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
* | Templates have one formatAaron Patterson2019-02-251-2/+2
* | Don’t log recipients when sending mailJaap van der Plas2019-02-131-1/+1
|/
* Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-1/+1
* Deprecate ActionMailer::Base.receive in favor of Action MailboxGeorge Claghorn2018-12-271-0/+5
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-041-1/+1
* Deliver parameterized mail with DeliveryJobGannon McGibbon2018-11-221-1/+0
* 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-051-0/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-091-10/+10
* | Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-081-0/+1
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-301-0/+24
* | 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
* | | [Action Mailer] require_relative => requireAkira Matsuda2017-10-211-3/+3
* | | Update Action Mailer doc [ci skip]Yoshiyuki Hirano2017-08-301-3/+3
|/ /
* | Remove outdated comment [ci skip]Youssef Boulkaid2017-08-061-4/+0
* | Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* | [Action Mailer] require => require_relativeAkira Matsuda2017-07-011-3/+3
* | Allow mailers to configure their delivery jobMatthew Mongeau2017-06-151-0/+1
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* | Document using `default_url_options` in an ActionMailer class.Krzysztof Zych2017-03-081-0/+3
* | Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* | Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-1/+2
* | add default value to `deliver_later_queue_name` option [ci skip]yuuji.yaginuma2017-01-311-1/+1
* | Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-281-7/+6
* | ZOMG worst typo in my life :scream:Akira Matsuda2017-01-151-1/+1
* | `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-061-4/+21
|\ \
| * | Remove unnecessary condition in content_typeMQuy2017-01-061-1/+1
| * | Add document in mailerMQuy2016-12-061-0/+13
| * | allow context type when set body mailMQuy2016-11-301-4/+8
* | | Privatize unneededly protected methods in Action MailerAkira Matsuda2016-12-241-11/+7
* | | No need to nodoc private methodAkira Matsuda2016-12-241-1/+1
|/ /
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-15/+15
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-94/+94
* | applies new string literal convention in actionmailer/libXavier Noria2016-08-061-10/+10
* | remove `-t` option from default sendmail arguments [ci skip]yuuji.yaginuma2016-07-061-1/+1
* | Do not suggest nonsensical OpenSSL verify modes [ci skip]Jonne Haß2016-06-071-3/+2