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 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
*
|
Sort mailer previews
Dwight Watson
2017-11-14
1
-1
/
+1
*
|
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
2
-0
/
+0
*
|
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
|
/
/
*
|
[Action Mailer] require_relative => require
Akira Matsuda
2017-10-21
2
-4
/
+4
*
|
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-10-04
1
-1
/
+1
*
|
Add assert_enqueued_email_with to ActionMailer::TestHelper
Mikkel Malmberg
2017-09-27
3
-0
/
+92
*
|
Update Action Mailer doc [ci skip]
Yoshiyuki Hirano
2017-08-30
3
-8
/
+8
|
/
*
Use tt in doc for action_mailer [ci skip]
Yoshiyuki Hirano
2017-08-26
1
-1
/
+1
*
Merge pull request #30213 from ckundo/ccundiff-alt-text-default
Rafael Mendonça França
2017-08-23
3
-5
/
+5
|
\
|
*
Do not generate default alt text in image tags
Cameron Cundiff
2017-08-17
3
-5
/
+5
*
|
Update MIT licenses link [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
|
/
*
Clear mail after test
yuuji.yaginuma
2017-08-14
1
-3
/
+2
*
Merge pull request #29559 from kirs/eager-load-controller-actions
Rafael França
2017-08-11
1
-0
/
+6
|
\
|
*
Eager load controller and mailer actions
Kir Shatrov
2017-07-29
1
-0
/
+6
[next]