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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bah, don't test TMail in AM
Jeremy Kemper
2008-04-03
3
-19
/
+0
*
Ruby 1.9 compat: compare with same encoding
Jeremy Kemper
2008-04-03
2
-11
/
+18
*
force_encoding to ascii-8bit instead of nil
Jeremy Kemper
2008-04-01
1
-20
/
+18
*
Ruby 1.9 compat: mark utf-8 encoding.
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Remove empty .rhtml templates
Jeremy Kemper
2008-02-07
16
-7
/
+7
*
Less verbose mail logging: just recipients for :info log level; the whole ema...
Jeremy Kemper
2008-02-02
1
-1
/
+2
*
Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]
Jeremy Kemper
2008-01-19
1
-1
/
+5
*
Updated TMail to version 1.2.1 [raasdnil]
Rick Olson
2008-01-11
1
-1
/
+1
*
* 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
8
-9
/
+9
*
Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...
David Heinemeier Hansson
2008-01-03
1
-0
/
+18
*
Remove old tests which relied on @ being an ATOM to work around old Mail.app ...
Michael Koziarski
2007-12-02
3
-66
/
+4
*
Allow body to be specified for nested parts with action mailer. Closes #102...
Michael Koziarski
2007-11-29
1
-0
/
+23
*
Update ActionMailer so it treats ActionView the same way that ActionControlle...
Rick Olson
2007-11-26
3
-1
/
+14
*
Add missing sub template fixtures. References #10130 [java]
Michael Koziarski
2007-11-22
2
-0
/
+2
*
Fixed that partial rendering should look at the type of the first render to d...
David Heinemeier Hansson
2007-11-18
1
-0
/
+11
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
6
-8
/
+89
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
1
-0
/
+104
*
Test which fails without [8052] [Koz]
Michael Koziarski
2007-10-29
2
-2
/
+4
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
2
-5
/
+31
*
Missed mailer adds.
Jeremy Kemper
2007-10-16
2
-0
/
+4
*
Fix silent failure of rxml templates. Closes #9879.
Jeremy Kemper
2007-10-15
1
-0
/
+11
*
Set default charset of MTAs to ISO instead of us-ascii (unless reported other...
Tobias Lütke
2007-10-09
1
-2
/
+42
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
2
-2
/
+6
*
Test requirement fix (closes #9276) [lazyatom]
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Improved test coverage (closes #7571) [joost]
David Heinemeier Hansson
2007-09-22
1
-0
/
+19
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
4
-1
/
+39
*
Increase mail delivery test coverage. Closes #8692.
Jeremy Kemper
2007-06-20
2
-2
/
+24
*
Missed svn adds. References #7534.
Jeremy Kemper
2007-06-08
2
-0
/
+12
*
Register alternative template engines using ActionMailer::Base.register_templ...
Jeremy Kemper
2007-06-07
1
-1
/
+40
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
2
-0
/
+108
*
Fix broken tests
Jamis Buck
2007-02-22
1
-7
/
+7
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
28
-34
/
+34
*
Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152
Michael Koziarski
2007-01-21
2
-0
/
+34
*
Allow mailer actions named send by using __send__ internally. Closes #6467.
Jeremy Kemper
2006-11-13
1
-0
/
+22
*
Add assert_emails and assert_no_emails to test the number of emails delivered...
Jeremy Kemper
2006-11-05
5
-7
/
+86
*
Make mime version default to 1.0. closes #2323
Jamis Buck
2006-09-09
3
-43
/
+23
*
Make sure quoted-printable text is decoded correctly when only portions of th...
Jamis Buck
2006-09-09
2
-1
/
+20
*
Make sure DOS newlines in quoted-printable text are normalized to unix newlin...
Jamis Buck
2006-09-09
2
-0
/
+21
*
set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...
Jeremy Kemper
2006-09-04
1
-0
/
+3
*
Added test for custom headers on parts (closes #3043)
David Heinemeier Hansson
2006-09-02
1
-1
/
+2
*
Automatically included ActionController::UrlWriter, such that URL generation ...
David Heinemeier Hansson
2006-08-25
2
-0
/
+91
*
Add forgotten test/abstract_unit
Jeremy Kemper
2006-07-03
1
-0
/
+7
*
Mailer template root applies to a class and its subclasses rather than acting...
Jeremy Kemper
2006-06-30
5
-33
/
+19
*
r4730@asus: jeremy | 2006-06-29 13:13:38 -0700
Jeremy Kemper
2006-06-29
1
-1
/
+1
*
Resolve conflict among mailer actions with the same name. Closes #5520.
Jeremy Kemper
2006-06-29
6
-3
/
+41
*
Nil charset caused subject line to be improperly quoted in implicitly multipa...
Jamis Buck
2006-03-19
1
-0
/
+13
*
Parse content-type apart before using it so that sub-parts of the header can ...
Jamis Buck
2006-03-18
1
-0
/
+14
*
Make custom headers work in subparts (closes #4034)
Jamis Buck
2006-03-18
1
-0
/
+15
*
Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...
David Heinemeier Hansson
2006-02-25
1
-0
/
+1
[next]