aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix grammarRajat Bansal2016-05-311-1/+1
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-0/+2
* | Add :ssl/:tls to ActionMailer [ci skip]Pedro Adame Vergara2016-05-091-0/+1
* | Merge pull request #24525 from tomkadwill/action-mailer-base-docs2Vipul A M2016-04-141-3/+3
|\ \
| * | Update ActionMailer base documentation [ci skip]Tom Kadwill2016-04-131-3/+3
* | | Update ActionMailer Views documentation [ci skip]Tom Kadwill2016-04-101-1/+1
|/ /
* | Update base.rbSarah A2016-03-031-1/+1
* | Move private methods to the private visibilityRafael Mendonça França2016-02-241-12/+12
* | Move Caching module to Abstract ControllerRafael Mendonça França2016-02-231-3/+1
* | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu...Stan Lo2016-02-231-1/+15
* | Porting ActionController::Caching to ActionMailer::CachingStan Lo2016-02-231-0/+1
* | Change x-gzip to gzip in docs [ci skip]Mehmet Emin İNAÇ2016-02-131-2/+2
* | Revert "When generating a mailer, you must specify Mailer in the class name in"yuuji.yaginuma2016-02-061-1/+1
* | When generating a mailer, you must specify Mailer in the class name inAndrew Kaspick2016-02-051-1/+1
* | [ci skip] Fix grammar and sentence framingAkshay Vishnoi2015-12-171-6/+6
|/