index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
test
/
abstract_unit.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
*
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
*
applies new string literal convention in actionmailer/test
Xavier Noria
2016-08-06
1
-11
/
+11
*
Remove load_paths file
Arthur Neves
2016-02-27
1
-1
/
+0
*
tests, define `Rails.root` before loading Action Mailer.
Yves Senn
2015-11-04
1
-6
/
+6
*
Removed mocha from ActionMailer
Ronak Jangir
2015-08-20
1
-1
/
+4
*
not require mail file
Gaurav Sharma
2015-05-29
1
-1
/
+0
*
Revert "Leave all our tests as order_dependent! for now"
Matthew Draper
2015-03-06
1
-5
/
+0
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
*
Default to sorting user's test cases for now
Godfrey Chan
2014-09-08
1
-1
/
+1
*
Leave all our tests as order_dependent! for now
Matthew Draper
2014-09-02
1
-0
/
+5
*
Remove global helpers from the ActionMailer test suite.
Lucas Mazza
2014-08-19
1
-9
/
+0
*
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
1
-5
/
+0
|
\
|
*
use :test delivery method for `base_test.rb`
Yves Senn
2014-08-13
1
-5
/
+0
|
*
actionmailer_tests_are_order_dependent!
Akira Matsuda
2014-08-13
1
-0
/
+5
|
*
AM, AP, AV, and AMo tests are already order_independent!
Akira Matsuda
2014-08-13
1
-5
/
+0
*
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
1
-0
/
+7
|
\
|
|
*
Nobody sucks so nobody should call this awful method name
Rafael Mendonça França
2014-08-12
1
-1
/
+1
|
*
users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!
Akira Matsuda
2014-08-12
1
-0
/
+5
|
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+2
*
|
Rails is a module not a class
Rafael Mendonça França
2014-07-15
1
-1
/
+1
|
/
*
add test coverage for the action mailer
Dmitry Polushkin
2014-07-04
1
-21
/
+3
*
Add unregister_template_handler to prevent leaks.
Zuhao Wan
2014-06-12
1
-4
/
+0
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-0
/
+9
*
Disable available locales checks to avoid warnings running the tests
Carlos Antonio da Silva
2013-12-17
1
-0
/
+3
*
Remove hard require to ActionView from ActionMailer
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Load AV::Layout to AM::Base in railties
Łukasz Strzałkowski
2013-08-25
1
-0
/
+3
*
Do not silance mail gem warnings.
Łukasz Strzałkowski
2013-08-25
1
-5
/
+1
*
As we are doing debug mode on
Arun Agrawal
2013-08-02
1
-2
/
+0
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-1
/
+0
*
Use synchronous queue by default. Separate queued message delivery jobs from ...
Jeremy Kemper
2012-09-16
1
-1
/
+0
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-2
/
+2
*
Allow users to configure the queue for the mailers
Rafael Mendonça França
2012-09-12
1
-8
/
+1
*
Action Mailer async flag is true by default using a Synchronous impl
Santiago Pastorino
2012-09-11
1
-0
/
+9
*
Remove useless load path modifications
Santiago Pastorino
2012-05-11
1
-3
/
+0
*
No need to work around 1.8 warnings anymore.
Marcelo Silveira
2012-05-03
1
-13
/
+1
*
require minitest rather than test/unit
Aaron Patterson
2012-01-06
1
-1
/
+1
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-8
/
+5
*
Updating to use Mail v2.3.0
Mikel Lindsaar
2011-04-26
1
-5
/
+5
*
removing text-format in favor of a more simple solution
Aaron Patterson
2011-02-09
1
-2
/
+1
*
Deprecate the old mailer API that was not deprecated yet.
José Valim
2010-08-29
1
-0
/
+2
*
Silence warnings for Encoding.default_external= and Encoding.default_internal=
Santiago Pastorino
2010-08-22
1
-3
/
+6
*
Set default_internal and default_external on AM for testing purposes
Santiago Pastorino
2010-08-21
1
-1
/
+8
*
Eliminate warnings for AM on 1.8
wycats
2010-03-16
1
-1
/
+20
*
fix up actionmailer load path
Joshua Peek
2010-02-28
1
-1
/
+4
*
Revert "Fix test load paths for those not using bundler"
Carlhuda
2010-02-23
1
-5
/
+2
*
Fix test load paths for those not using bundler
Joshua Peek
2010-02-15
1
-2
/
+5
*
Make AM test suite green.
José Valim
2010-02-01
1
-0
/
+1
*
Get rails tests running on bundler 0.9
Carl Lerche
2010-01-31
1
-8
/
+1
[next]