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
/
test_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove noise from AM tests
Aditya Kapoor
2015-02-07
1
-5
/
+16
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Add assert_enqueued_emails and assert_no_enqueued_emails
George Claghorn
2015-01-08
1
-0
/
+47
*
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
Cristian Bica
2014-08-20
1
-11
/
+11
*
add test coverage for the action mailer
Dmitry Polushkin
2014-07-04
1
-0
/
+9
*
Update actionmailer with new hash syntax.
Kirill Nikitin
2012-10-07
1
-3
/
+3
*
Deprecate the old mailer API that was not deprecated yet.
José Valim
2010-08-29
1
-4
/
+3
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-12
/
+12
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-2
/
+2
*
Moved test of QP into mail
Mikel Lindsaar
2010-04-11
1
-4
/
+0
*
Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...
Mikel Lindsaar
2010-04-11
1
-1
/
+1
*
Add new class delivery method API.
José Valim and Mikel Lindsaar
2010-01-24
1
-12
/
+12
*
Migrated over to Mail doing delivery.
Mikel Lindsaar
2010-01-16
1
-1
/
+1
*
Updating to Mail 1.5.0, including default values for all Message#field_name m...
Mikel Lindsaar
2010-01-02
1
-2
/
+2
*
Getting rid of some warnings in AM suite.
José Valim
2009-12-27
1
-3
/
+3
*
131 tests, 309 assertions, 0 failures, 0 errors
Mikel Lindsaar
2009-11-22
1
-4
/
+4
*
Starting again on actionmailer integration with mail
Mikel Lindsaar
2009-11-12
1
-2
/
+2
*
Make tests run without deprecation warning (just one left).
José Valim
2009-11-01
1
-1
/
+3
*
abstract all of the ActionMailer delivery methods into their own classes. the...
Matthew Rudy Jacobs
2009-11-01
1
-1
/
+1
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-4
/
+4
*
Fixed RFC-2045 quoted-printable bug [#1421 state:committed]
Alexey Mahotkin
2008-11-20
1
-1
/
+1
*
Ruby 1.9 compat: check for minitest's assertion also
Jeremy Kemper
2008-11-08
1
-3
/
+3
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-8
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...
David Heinemeier Hansson
2008-01-03
1
-0
/
+18
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-5
/
+30
*
Increase mail delivery test coverage. Closes #8692.
Jeremy Kemper
2007-06-20
1
-0
/
+13
*
Add assert_emails and assert_no_emails to test the number of emails delivered...
Jeremy Kemper
2006-11-05
1
-0
/
+79