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
*
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
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
2
-2
/
+15
|
\
|
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
21
-21
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
21
-0
/
+21
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
21
-0
/
+21
|
*
|
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
|
/
|
*
Allow mailers to configure their delivery job
Matthew Mongeau
2017-06-15
1
-0
/
+13
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-05-29
3
-12
/
+8
|
\
|
|
*
Define path with __dir__
bogdanvlviv
2017-05-23
3
-4
/
+4
|
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-7
/
+3
|
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-1
/
+1
*
|
Avoid stubing on this test
Rafael Mendonça França
2017-04-27
1
-3
/
+2
|
/
*
Merge pull request #28244 from ixti/improve/action-mailer-preview-params
Rafael França
2017-04-26
1
-0
/
+16
|
\
|
*
Pass request params to ActionMailer::Preview
Alexey Zapparov
2017-03-01
1
-0
/
+16
*
|
Remove duplicated `delivery_method` definition
yuuji.yaginuma
2017-04-07
1
-1
/
+0
*
|
Use better duration aliases in tests
Andrew White
2017-03-15
1
-2
/
+2
*
|
Don't cast to float unnecessarily
Andrew White
2017-03-15
1
-2
/
+2
*
|
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
|
/
*
Add `:args` to `process.action_mailer` event
yuuji.yaginuma
2017-02-04
1
-0
/
+19
*
Avoid should in test names
Rafael Mendonça França
2017-01-30
1
-1
/
+1
*
Implement respond_to_missing? in the Parameterized::Mailer class
Rafael Mendonça França
2017-01-30
1
-0
/
+14
*
Make assert_enqueued_emails + assert_no_enqueued_emails consider parameterize...
David Heinemeier Hansson
2017-01-30
1
-0
/
+18
*
restore `delivery_method` after test
yuuji.yaginuma
2017-01-29
1
-4
/
+1
*
Offer the option to use parameterization for shared processing of headers and...
David Heinemeier Hansson
2017-01-28
2
-0
/
+55
*
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-5
/
+5
*
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
*
Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-body
Rafael Mendonça França
2017-01-06
1
-0
/
+5
|
\
|
*
Fix wrong typo in test
MQuy
2016-12-05
1
-1
/
+1
|
*
allow context type when set body mail
MQuy
2016-11-30
1
-0
/
+5
*
|
Remove unneeded Deprecation.silence
Rafael Mendonça França
2017-01-03
1
-3
/
+1
*
|
Privatize unneededly protected methods in Action Mailer tests
Akira Matsuda
2016-12-24
3
-3
/
+3
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-9
/
+9
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
3
-6
/
+6
[next]