Kir Shatrov
|
82df8c2ca5
|
Use frozen string literal in actionmailer/
|
2017-07-23 18:17:19 +03:00 |
|
Matthew Draper
|
87b3e226d6
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590 , reversing
changes made to afb66a5a59 .
|
2017-07-02 02:15:17 +09:30 |
|
Kir Shatrov
|
cfade1ec7e
|
Enforce frozen string in Rubocop
|
2017-07-01 02:11:03 +03:00 |
|
yuuji.yaginuma
|
e4cf71bf7a
|
Remove duplicated delivery_method definition
`ActionMailer::Base.delivery_method` is already defined in
https://github.com/rails/rails/blob/master/actionmailer/test/parameterized_test.rb#L13
|
2017-04-07 21:58:08 +09:00 |
|
Rafael Mendonça França
|
0435d65000
|
Avoid should in test names
|
2017-01-30 13:28:31 -05:00 |
|
Rafael Mendonça França
|
735aa635c5
|
Implement respond_to_missing? in the Parameterized::Mailer class
|
2017-01-30 13:28:14 -05:00 |
|
yuuji.yaginuma
|
a28f8b5baf
|
restore delivery_method after test
Currently use two variables to restore `delivery_method`, but the order
of restoring the values is incorrect and does not restore is correctly.
|
2017-01-29 00:52:44 +09:00 |
|
David Heinemeier Hansson
|
1cec84ad2d
|
Offer the option to use parameterization for shared processing of headers and ivars (#27825)
Offer the option to use parameterization for shared processing of headers and ivars
|
2017-01-28 11:20:46 +01:00 |
|