aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-0/+1
* Fix broken test due to constant collisionJeremy Kemper2010-03-171-0/+0
* Add a failing test case for render :layoutMikel Lindsaar2010-01-295-0/+5
* Fixed bug on HTML only emails getting set to text/plainMikel Lindsaar2010-01-282-0/+2
* Bring AM tests back to green again.José Valim2010-01-261-1/+0
* Failing AM test for legacy multipart alternative renderingJoshua Peek2010-01-262-0/+2
* Failing AM test for nested layoutsJoshua Peek2010-01-262-0/+2
* Add some view paths tests.José Valim and Mikel Lindsaar2010-01-251-0/+1
* Ensure implicit multipart templates with locale works as expected.José Valim and Mikel Lindsaar2010-01-244-0/+4
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-245-13/+0
* Add some tests to collector with templates and any.José Valim and Mikel Lindsaar2010-01-232-0/+2
* Get implicit multipart and attachments working together.José Valim and Mikel Lindsaar2010-01-221-0/+1
* First work on implicit multipart.José Valim and Mikel Lindsaar2010-01-222-0/+2
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-222-2/+1
* Down to 30 failures totalMikel Lindsaar2009-11-201-0/+0
* More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-201-0/+0
* Mark html safetyJeremy Kemper2009-10-091-1/+1
* Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_...Chad Woolley2009-05-271-1/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-2211-2/+0
* Ensure ActionMailer doesn't blow up when a two argument proc is set for the a...Tekin Suleyman2008-12-011-0/+1
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-213-0/+3
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-0/+2
* Fixed problem causes by leftover backup templates ending in tilde [state:comm...U-ESCAPEE\Mack2008-09-091-0/+10
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-095-0/+5
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-095-5/+0
* Add layout functionality to mailers.Pratik Naik2008-08-315-0/+5
* Ensure templates are rendered if all the parts are already processedJoshua Peek2008-08-131-0/+0
* Bah, don't test TMail in AMJeremy Kemper2008-04-032-1/+0
* Remove empty .rhtml templatesJeremy Kemper2008-02-0715-0/+0
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-34/+0
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-262-1/+1
* Add missing sub template fixtures. References #10130 [java]Michael Koziarski2007-11-222-0/+2
* 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-291-1/+3
* Missed mailer adds.Jeremy Kemper2007-10-162-0/+4
* Disable the routing optimisation code when dealing with foo_url helpers. Add...Michael Koziarski2007-09-221-1/+1
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-142-0/+1
* Missed svn adds. References #7534.Jeremy Kemper2007-06-082-0/+12
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-221-0/+100
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2128-34/+34
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-053-3/+3
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-091-0/+14
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-091-0/+14
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+3
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-294-1/+3
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-0/+1
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-231-0/+10
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-231-0/+29
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-152-0/+2
* Fixture for tests in [2034]Jamis Buck2005-08-221-0/+32