aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: mark utf-8 encoding.Jeremy Kemper2008-03-311-0/+1
* Remove empty .rhtml templatesJeremy Kemper2008-02-0716-7/+7
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-1/+2
* Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]Jeremy Kemper2008-01-191-1/+5
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-111-1/+1
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-8/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-058-9/+9
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-0/+18
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-023-66/+4
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-291-0/+23
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-263-1/+14
* Add missing sub template fixtures. References #10130 [java]Michael Koziarski2007-11-222-0/+2
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-181-0/+11
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-076-8/+89
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-061-0/+104
* Test which fails without [8052] [Koz]Michael Koziarski2007-10-292-2/+4
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-262-5/+31
* Missed mailer adds.Jeremy Kemper2007-10-162-0/+4
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-151-0/+11
* Set default charset of MTAs to ISO instead of us-ascii (unless reported other...Tobias Lütke2007-10-091-2/+42
* Disable the routing optimisation code when dealing with foo_url helpers. Add...Michael Koziarski2007-09-222-2/+6
* Test requirement fix (closes #9276) [lazyatom]David Heinemeier Hansson2007-09-221-3/+3
* Improved test coverage (closes #7571) [joost]David Heinemeier Hansson2007-09-221-0/+19
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-144-1/+39
* Increase mail delivery test coverage. Closes #8692.Jeremy Kemper2007-06-202-2/+24
* Missed svn adds. References #7534.Jeremy Kemper2007-06-082-0/+12
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-1/+40
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-222-0/+108
* Fix broken testsJamis Buck2007-02-221-7/+7
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2128-34/+34
* Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152Michael Koziarski2007-01-212-0/+34
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-0/+22
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-055-7/+86
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-093-43/+23
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-092-1/+20
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-092-0/+21
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+3
* Added test for custom headers on parts (closes #3043)David Heinemeier Hansson2006-09-021-1/+2
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-252-0/+91
* Add forgotten test/abstract_unitJeremy Kemper2006-07-031-0/+7
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-305-33/+19
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-1/+1
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-296-3/+41
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-0/+13
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-0/+14
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-181-0/+15
* Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...David Heinemeier Hansson2006-02-251-0/+1
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-292-1/+21
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-232-1/+11
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-232-0/+36