index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #36198 from oneiros/actionmailer_ssl_option
Ryuta Kamizono
2019-07-29
1
-1
/
+1
|
\
|
*
Improve documentation of `:ssl/:tls` option [ci skip]
David Roetzel
2019-07-29
1
-1
/
+1
*
|
Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...
Rafael França
2019-07-26
1
-1
/
+1
|
\
\
|
*
|
Prevent reading inline attachments after `mail` was called from raising an in...
Isaac Betesh
2019-05-21
1
-1
/
+1
|
|
/
*
/
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
4
-6
/
+0
|
/
*
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
1
-2
/
+2
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-1
/
+1
|
\
|
*
Prep release
eileencodes
2019-03-11
1
-1
/
+1
*
|
Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block
Kasper Timm Hansen
2019-03-10
1
-2
/
+2
|
\
\
|
*
|
Ruby 2.7 warning: creating a Proc without a block
utilum
2019-02-13
1
-2
/
+2
*
|
|
Add test and change how format set in ActionMailer
John Hawthorn
2019-03-01
1
-2
/
+1
*
|
|
Create templates with format=nil
John Hawthorn
2019-02-26
1
-2
/
+3
|
|
/
|
/
|
*
|
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
1
-1
/
+1
*
|
Templates have one format
Aaron Patterson
2019-02-25
1
-2
/
+2
*
|
Fix class name in the documentation [ci skip]
Rafael Mendonça França
2019-02-25
1
-1
/
+1
*
|
Don’t log recipients when sending mail
Jaap van der Plas
2019-02-13
2
-4
/
+3
|
/
*
Zeitwerk integration
Xavier Noria
2019-02-12
1
-6
/
+10
*
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-1
/
+1
*
Fix legacy fallback for parameterized mailers
Gannon McGibbon
2019-01-07
1
-1
/
+9
*
Move MailDeliveryJob default to 6.0 defaults
Gannon McGibbon
2019-01-07
2
-1
/
+5
*
Bump license years for 2019
Arun Agrawal
2018-12-31
1
-1
/
+1
*
Deprecate ActionMailer::Base.receive in favor of Action Mailbox
George Claghorn
2018-12-27
1
-0
/
+5
*
Add MailDeliveryJob for unified mail delivery
Gannon McGibbon
2018-12-04
7
-9
/
+77
*
Deliver parameterized mail with DeliveryJob
Gannon McGibbon
2018-11-22
5
-20
/
+10
*
Fix ActionMailer assertion not working for mail defining delivery_job:
Edouard CHIN
2018-11-21
1
-5
/
+14
*
Merge pull request #22534 from evopark/master
Rafael Mendonça França
2018-11-19
1
-3
/
+8
|
\
|
*
ActionMailer: support overriding template name in multipart
Marcus Ilgner
2015-12-08
1
-3
/
+8
*
|
Parameterized mailers can configure delivery job
Luke Pearce
2018-10-05
2
-1
/
+3
*
|
Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'
Sharang Dashputre
2018-10-02
1
-1
/
+1
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
|
Include test helpers when ActionDispatch::IntegrationTest is loaded
Ricardo Díaz
2018-09-12
1
-1
/
+4
*
|
Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.
Yoshiyuki Kinjo
2018-09-09
2
-11
/
+16
*
|
Skip delivery notification when perform_deliveries is false.
Yoshiyuki Kinjo
2018-09-08
1
-0
/
+1
*
|
Turn on performance based cops
Dillon Welch
2018-07-23
1
-3
/
+1
*
|
Fix docs of `assert_no_emails` [ci skip]
bogdanvlviv
2018-06-29
1
-1
/
+1
*
|
ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)
Kota Miyake
2018-05-30
2
-5
/
+46
*
|
Eager autoload mail gem when eager load is true (#32808)
Samuel Cochran
2018-05-23
1
-0
/
+7
*
|
Strip duplicated suffixes more strictly
Ryuta Kamizono
2018-04-22
1
-1
/
+1
*
|
Merge pull request #32427 from tjschuck/small_doc_fixes
Ryuta Kamizono
2018-04-03
1
-1
/
+1
|
\
\
|
*
|
Small doc fixes
T.J. Schuck
2018-04-02
1
-1
/
+1
*
|
|
Doc fix added missing quote
Michael H
2018-04-02
1
-1
/
+1
|
/
/
*
|
Partly revert #32231
bogdanvlviv
2018-03-14
1
-4
/
+2
*
|
Perform email jobs in #assert_emails
Gannon McGibbon
2018-03-12
1
-5
/
+7
*
|
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-3
/
+3
*
|
Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default
Ryuta Kamizono
2018-01-24
1
-1
/
+11
|
\
\
|
*
|
Fix AM::Base.default proc arity breaking change
Jimmy Bourassa
2017-08-29
1
-1
/
+11
*
|
|
Fix typos, update documentation
James Lovejoy
2018-01-11
1
-1
/
+1
*
|
|
Move the options for deliver_later up near to the example [ci skip]
Prathamesh Sonpatki
2018-01-04
1
-12
/
+12
*
|
|
Bump license years for 2018
Yoshiyuki Hirano
2017-12-31
1
-1
/
+1
*
|
|
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-1
/
+1
[next]