| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 5 | -19/+19 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
* | Modify LogSubscriber for single partial's cache message. | Stan Lo | 2016-08-08 | 1 | -0/+3 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 3 | -4/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 5 | -23/+23 |
* | applies new string literal convention in actionmailer/test | Xavier Noria | 2016-08-06 | 17 | -257/+257 |
* | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 2 | -1/+70 |
* | Merge pull request #24589 from vipulnsward/am-fragment-cache | Rafael França | 2016-05-05 | 5 | -3/+62 |
|\ |
|
| * | Expand on Action Mailer Fragment caching tests | Vipul A M | 2016-04-17 | 5 | -3/+62 |
* | | Clear ActionMailer deliveries on setup and teardown | arktisklada | 2016-04-25 | 1 | -0/+38 |
|/ |
|
* | Disallow calling `#deliver_later` after local message modifications. | Jeremy Daer | 2016-04-07 | 1 | -0/+8 |
* | Sendmail default arguments match Mail::SendMail | arktisklada | 2016-04-05 | 1 | -1/+1 |
* | Suppress warnings | yui-knk | 2016-03-31 | 2 | -6/+12 |
* | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -1/+0 |
* | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu... | Stan Lo | 2016-02-23 | 1 | -2/+0 |
* | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an... | Stan Lo | 2016-02-23 | 1 | -1/+0 |
* | Porting ActionController::Caching to ActionMailer::Caching | Stan Lo | 2016-02-23 | 6 | -0/+257 |
* | Remove not used test fixture | yui-knk | 2015-12-30 | 1 | -1/+0 |
* | Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte... | Sean Griffin | 2015-11-23 | 1 | -78/+0 |