aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-152-0/+2
* Add a new test case to demonstrate that subject headers are being properly en...Jamis Buck2005-11-061-0/+20
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-011-5/+15
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-012-0/+27
* Encode multibyte characters correctly #1894Jamis Buck2005-09-011-0/+48
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-221-0/+24
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-221-0/+48
* Fixture for tests in [2034]Jamis Buck2005-08-221-0/+32
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-221-0/+7
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-311-0/+6