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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...
Rafael França
2019-07-26
1
-0
/
+11
|
\
|
*
Prevent reading inline attachments after `mail` was called from raising an in...
Isaac Betesh
2019-05-21
1
-0
/
+11
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
7
-7
/
+0
|
/
*
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
1
-0
/
+2
*
Add test and change how format set in ActionMailer
John Hawthorn
2019-03-01
4
-0
/
+16
*
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
1
-5
/
+5
|
\
|
*
pass format to the digestor
Aaron Patterson
2019-02-16
1
-5
/
+5
*
|
Auto correct rubocop offenses
Yoshiyuki Hirano
2019-02-17
1
-12
/
+10
|
/
*
Don’t log recipients when sending mail
Jaap van der Plas
2019-02-13
3
-6
/
+23
*
Fix legacy fallback for parameterized mailers
Gannon McGibbon
2019-01-07
2
-5
/
+4
*
Remove mention about `receive.action_mailer` from the AS instrumentation guide
bogdanvlviv
2018-12-28
1
-3
/
+4
*
Deprecate ActionMailer::Base.receive in favor of Action Mailbox
George Claghorn
2018-12-27
1
-2
/
+3
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-14
/
+12
*
fix tests for mail 2.8
pavel
2018-12-19
1
-4
/
+4
*
Add MailDeliveryJob for unified mail delivery
Gannon McGibbon
2018-12-04
4
-13
/
+101
*
Add yield to with_delivery_job test helper
Gannon McGibbon
2018-11-30
1
-0
/
+1
*
Deliver parameterized mail with DeliveryJob
Gannon McGibbon
2018-11-22
3
-20
/
+36
*
Fix ActionMailer assertion not working for mail defining delivery_job:
Edouard CHIN
2018-11-21
1
-0
/
+51
*
Merge pull request #22534 from evopark/master
Rafael Mendonça França
2018-11-19
2
-0
/
+13
|
\
|
*
ActionMailer: support overriding template name in multipart
Marcus Ilgner
2015-12-08
2
-0
/
+13
*
|
Fix tests on Mail 2.7.1
yuuji.yaginuma
2018-10-14
1
-4
/
+4
*
|
Parameterized mailers can configure delivery job
Luke Pearce
2018-10-05
1
-0
/
+13
*
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
|
Merge pull request #33974 from rails/remove-catch-all-from-am
Aaron Patterson
2018-09-25
1
-17
/
+7
|
\
\
|
*
|
This patch removes deprecated catch-all routes from AM
Aaron Patterson
2018-09-24
1
-17
/
+7
*
|
|
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
1
-8
/
+10
|
\
\
\
|
*
|
|
Remove private def
Sakshi Jain
2018-09-23
1
-8
/
+10
|
|
/
/
*
/
/
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-2
/
+2
|
/
/
*
|
Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.
Yoshiyuki Kinjo
2018-09-09
1
-3
/
+6
*
|
Skip delivery notification when perform_deliveries is false.
Yoshiyuki Kinjo
2018-09-08
2
-0
/
+16
*
|
Fix the obvious typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-08-08
1
-1
/
+1
*
|
Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block
bogdanvlviv
2018-06-29
1
-2
/
+29
*
|
ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)
Kota Miyake
2018-05-30
1
-14
/
+81
*
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-4
/
+4
*
|
Perform email jobs in #assert_emails
Gannon McGibbon
2018-03-12
1
-0
/
+22
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
|
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-2
/
+2
*
|
Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default
Ryuta Kamizono
2018-01-24
2
-1
/
+17
|
\
\
|
*
|
Fix AM::Base.default proc arity breaking change
Jimmy Bourassa
2017-08-29
2
-1
/
+17
*
|
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
2
-2
/
+2
*
|
|
Fix tests on Mail 2.7
Jeremy Daer
2017-10-31
2
-17
/
+16
*
|
|
Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns
Rafael França
2017-10-31
1
-1
/
+1
|
\
\
\
|
*
|
|
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
|
|
|
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
1
-6
/
+6
|
/
/
/
*
/
/
Add assert_enqueued_email_with to ActionMailer::TestHelper
Mikkel Malmberg
2017-09-27
1
-0
/
+42
|
/
/
*
|
Do not generate default alt text in image tags
Cameron Cundiff
2017-08-17
3
-5
/
+5
*
|
Clear mail after test
yuuji.yaginuma
2017-08-14
1
-3
/
+2
*
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
21
-0
/
+42
|
\
\
|
*
|
Use frozen string literal in actionmailer/
Kir Shatrov
2017-07-23
21
-0
/
+42
[next]