aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/message_delivery_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-041-8/+8
* Deliver parameterized mail with DeliveryJobGannon McGibbon2018-11-221-7/+7
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* Clear mail after testyuuji.yaginuma2017-08-141-3/+2
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Allow mailers to configure their delivery jobMatthew Mongeau2017-06-151-0/+13
* Use better duration aliases in testsAndrew White2017-03-151-2/+2
* Don't cast to float unnecessarilyAndrew White2017-03-151-2/+2
* Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-30/+30
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-1/+50
* Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-071-0/+8
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
* Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re...Kasper Timm Hansen2015-07-071-14/+6
* ActionMailer::MessageDelivery respects current I18n.localeJohannes Opper2015-07-051-6/+14
* Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_...Rafael Mendonça França2015-06-031-0/+14
|\
| * Allow configuration of ActionMailer queue nameChris McGrath2015-06-021-0/+14
* | not needed require'sAnkit Gupta2015-05-101-1/+0
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
|/
* Remove deprecated ActionMailer deliver & deliver!claudiob2015-01-041-19/+0
* Rename remaining :in / :at to :wait / :wait_untilCristian Bica2014-09-041-3/+5
* Active Job refactoringCristian Bica2014-09-031-12/+12
* Make test:isolated run without bundler for Action MailerRobin Dupret2014-08-291-3/+2
* Fix SyntaxErrorAkira Matsuda2014-08-211-1/+1
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-201-5/+24
* Clear deliveries in order not to affect other testsAkira Matsuda2014-08-201-2/+4
* [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv...Abdelkader Boudih2014-08-171-4/+4
* [ActiveJob] Fix test syntaxAbdelkader Boudih2014-08-171-10/+10
* Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-141-0/+82