Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Remove duplicated `delivery_method` definition | yuuji.yaginuma | 2017-04-07 | 1 | -1/+0 |
| | | | | | `ActionMailer::Base.delivery_method` is already defined in https://github.com/rails/rails/blob/master/actionmailer/test/parameterized_test.rb#L13 | ||||
* | 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 |
| | |||||
* | restore `delivery_method` after test | yuuji.yaginuma | 2017-01-29 | 1 | -4/+1 |
| | | | | | Currently use two variables to restore `delivery_method`, but the order of restoring the values is incorrect and does not restore is correctly. | ||||
* | Offer the option to use parameterization for shared processing of headers ↵ | David Heinemeier Hansson | 2017-01-28 | 1 | -0/+44 |
and ivars (#27825) Offer the option to use parameterization for shared processing of headers and ivars |