aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Sendmail default arguments match Mail::SendMailarktisklada2016-04-051-1/+1
* | Suppress warningsyui-knk2016-03-312-6/+12
* | Remove load_paths fileArthur Neves2016-02-271-1/+0
* | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu...Stan Lo2016-02-231-2/+0
* | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an...Stan Lo2016-02-231-1/+0
* | Porting ActionController::Caching to ActionMailer::CachingStan Lo2016-02-236-0/+257
* | Remove not used test fixtureyui-knk2015-12-301-1/+0
|/
* Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte...Sean Griffin2015-11-231-78/+0
* Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptorSean Griffin2015-11-231-0/+78
|\
| * ActionMailer::Base can unregister interceptor(s).Claudio Ortolina2015-01-311-0/+78
* | tests, define `Rails.root` before loading Action Mailer.Yves Senn2015-11-042-8/+8
* | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | Added assertion for error messages for nil and unknown delivery methodsRonak Jangir2015-09-221-2/+4
* | change test method name to the appropriate nameyuuji.yaginuma2015-09-191-1/+1
* | Added test for `any` if called without specifying any format Ronak Jangir2015-09-182-0/+13
* | Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
* | Removed mocha from ActionMailerRonak Jangir2015-08-204-55/+100
* | Make silence a warning inserted by commit #4b3f8acyui-knk2015-07-301-1/+4
* | 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 require mail fileGaurav Sharma2015-05-291-1/+0
* | | not needed require'sAnkit Gupta2015-05-102-2/+0
* | | `assert_emails` in block form use the given number as expected valueyuuji.yaginuma2015-05-091-0/+11
* | | Make ActionMailer #cache helper a no-op, not an exceptionJavan Makhmali2015-04-281-1/+13
* | | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* | | Removing unused mailer templatesThiago Pradi2015-03-0118-50/+0
* | | remove noise from AM testsAditya Kapoor2015-02-071-5/+16
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-033-3/+0
* | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
|/ /
* / Fix assertion that was never runclaudiob2015-01-111-1/+1
|/
* Add assert_enqueued_emails and assert_no_enqueued_emailsGeorge Claghorn2015-01-081-0/+47
* Remove deprecated ActionMailer deliver & deliver!claudiob2015-01-041-19/+0
* Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-293-1/+28
* let the AM test suite pass in 1.9Xavier Noria2014-11-241-2/+2
* let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-242-0/+61
* Only include the needed assertionsRafael Mendonça França2014-10-071-1/+1
* fix tests on action_mailerschneems2014-10-073-6/+8
* Allow attaching files while the mail view is renderedChristian Felder (masone)2014-09-222-0/+21
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Rename remaining :in / :at to :wait / :wait_untilCristian Bica2014-09-041-3/+5
* Active Job refactoringCristian Bica2014-09-031-12/+12
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* [ActionMailer] Rename test/test_test to test/test_case_testAbdelkader Boudih2014-08-301-0/+0
* 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-208-51/+70
* Clear deliveries in order not to affect other testsAkira Matsuda2014-08-201-2/+4
* Remove global helpers from the ActionMailer test suite.Lucas Mazza2014-08-192-13/+1