| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 1 | -1/+1 |
* | Clear mail after test | yuuji.yaginuma | 2017-08-14 | 1 | -3/+2 |
* | 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 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Allow mailers to configure their delivery job | Matthew Mongeau | 2017-06-15 | 1 | -0/+13 |
* | 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 more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | applies new string literal convention in actionmailer/test | Xavier Noria | 2016-08-06 | 1 | -30/+30 |
* | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 1 | -1/+50 |
* | Disallow calling `#deliver_later` after local message modifications. | Jeremy Daer | 2016-04-07 | 1 | -0/+8 |
* | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -1/+0 |
* | Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re... | Kasper Timm Hansen | 2015-07-07 | 1 | -14/+6 |
* | ActionMailer::MessageDelivery respects current I18n.locale | Johannes Opper | 2015-07-05 | 1 | -6/+14 |
* | Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_... | Rafael Mendonça França | 2015-06-03 | 1 | -0/+14 |
|\ |
|
| * | Allow configuration of ActionMailer queue name | Chris McGrath | 2015-06-02 | 1 | -0/+14 |
* | | not needed require's | Ankit Gupta | 2015-05-10 | 1 | -1/+0 |
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
|/ |
|
* | Remove deprecated ActionMailer deliver & deliver! | claudiob | 2015-01-04 | 1 | -19/+0 |
* | Rename remaining :in / :at to :wait / :wait_until | Cristian Bica | 2014-09-04 | 1 | -3/+5 |
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -12/+12 |
* | Make test:isolated run without bundler for Action Mailer | Robin Dupret | 2014-08-29 | 1 | -3/+2 |
* | Fix SyntaxError | Akira Matsuda | 2014-08-21 | 1 | -1/+1 |
* | Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! | Cristian Bica | 2014-08-20 | 1 | -5/+24 |
* | Clear deliveries in order not to affect other tests | Akira Matsuda | 2014-08-20 | 1 | -2/+4 |
* | [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv... | Abdelkader Boudih | 2014-08-17 | 1 | -4/+4 |
* | [ActiveJob] Fix test syntax | Abdelkader Boudih | 2014-08-17 | 1 | -10/+10 |
* | Refactor DeliverLater into MessageDelivery | Abdelkader Boudih | 2014-08-14 | 1 | -0/+82 |