aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-165-19/+19
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+3
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-063-4/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-065-23/+23
* applies new string literal convention in actionmailer/testXavier Noria2016-08-0617-257/+257
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-152-1/+70
* Merge pull request #24589 from vipulnsward/am-fragment-cacheRafael França2016-05-055-3/+62
|\
| * Expand on Action Mailer Fragment caching testsVipul A M2016-04-175-3/+62
* | Clear ActionMailer deliveries on setup and teardownarktisklada2016-04-251-0/+38
|/
* Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-071-0/+8
* 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