aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Fix legacy fallback for parameterized mailersGannon McGibbon2019-01-071-0/+2
* Remove private defSakshi Jain2018-09-231-8/+10
* 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
* Define path with __dir__bogdanvlviv2017-05-231-2/+2
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-11/+11
* Remove load_paths fileArthur Neves2016-02-271-1/+0
* tests, define `Rails.root` before loading Action Mailer.Yves Senn2015-11-041-6/+6
* Removed mocha from ActionMailerRonak Jangir2015-08-201-1/+4
* not require mail fileGaurav Sharma2015-05-291-1/+0
* Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* Remove global helpers from the ActionMailer test suite.Lucas Mazza2014-08-191-9/+0
* Merge branch 'master' into loofahRafael Mendonça França2014-08-171-5/+0
|\
| * use :test delivery method for `base_test.rb`Yves Senn2014-08-131-5/+0
| * actionmailer_tests_are_order_dependent!Akira Matsuda2014-08-131-0/+5
| * AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-131-5/+0
* | Merge branch 'master' into loofahRafael Mendonça França2014-08-121-0/+7
|\|
| * Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
| * users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* | Rails is a module not a classRafael Mendonça França2014-07-151-1/+1
|/
* add test coverage for the action mailerDmitry Polushkin2014-07-041-21/+3
* Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-4/+0
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+9
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Remove hard require to ActionView from ActionMailerŁukasz Strzałkowski2013-08-251-0/+1
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-251-0/+3
* Do not silance mail gem warnings.Łukasz Strzałkowski2013-08-251-5/+1
* As we are doing debug mode onArun Agrawal2013-08-021-2/+0
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-1/+0
* Use synchronous queue by default. Separate queued message delivery jobs from ...Jeremy Kemper2012-09-161-1/+0
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-2/+2
* Allow users to configure the queue for the mailersRafael Mendonça França2012-09-121-8/+1
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-0/+9
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+0
* No need to work around 1.8 warnings anymore.Marcelo Silveira2012-05-031-13/+1
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-8/+5