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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
9
-51
/
+50
*
Fix ActionMailer assertion not working for mail defining delivery_job:
Edouard CHIN
2018-11-21
3
-5
/
+70
*
Merge pull request #22534 from evopark/master
Rafael Mendonça França
2018-11-19
4
-3
/
+26
|
\
|
*
ActionMailer: support overriding template name in multipart
Marcus Ilgner
2015-12-08
4
-3
/
+26
*
|
Amend CVE note and security guide section wordings
Gannon McGibbon
2018-11-06
1
-3
/
+3
*
|
Add CVE note to security guide and gemspecs
Gannon McGibbon
2018-11-06
1
-0
/
+3
*
|
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
4
-1
/
+27
*
|
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
*
|
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 changelog entries for #33849 [ci skip]
bogdanvlviv
2018-09-13
1
-0
/
+4
*
|
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
4
-15
/
+27
*
|
Skip delivery notification when perform_deliveries is false.
Yoshiyuki Kinjo
2018-09-08
4
-0
/
+21
*
|
Fix the obvious typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-08-08
1
-1
/
+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
*
|
Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block
bogdanvlviv
2018-06-29
2
-2
/
+46
*
|
ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)
Kota Miyake
2018-05-30
4
-19
/
+135
*
|
Eager autoload mail gem when eager load is true (#32808)
Samuel Cochran
2018-05-23
2
-0
/
+11
*
|
Strip duplicated suffixes more strictly
Ryuta Kamizono
2018-04-22
1
-1
/
+1
*
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-4
/
+4
*
|
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
*
|
Merge pull request #32231 from gmcgibbon/perform_email_jobs_in_assert_emails
Rafael Mendonça França
2018-03-13
3
-6
/
+32
|
\
\
|
*
|
Perform email jobs in #assert_emails
Gannon McGibbon
2018-03-12
2
-5
/
+29
|
/
/
*
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
2
-1
/
+6
*
|
Remove support to Ruby 2.2
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
|
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
2
-34
/
+4
*
|
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
4
-2
/
+34
|
\
\
|
*
|
Fix AM::Base.default proc arity breaking change
Jimmy Bourassa
2017-08-29
4
-2
/
+33
*
|
|
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
2
-2
/
+2
*
|
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
2
-2
/
+2
*
|
|
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
2
-1
/
+6
*
|
|
Fix typos and add a few suggestions
Fatos Morina
2017-11-28
1
-2
/
+2
*
|
|
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
2
-1
/
+3
[next]