aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-1/+0
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-214-0/+20
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-201-1/+1
* Merge branch 'master' into testingJeremy Kemper2008-11-151-0/+14
|\
| * Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-0/+2
| * Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-111-0/+4
| * Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-111-0/+8
* | Ruby 1.9 compat: check for minitest's assertion alsoJeremy Kemper2008-11-081-3/+3
|/
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-062-2/+20
* Fixed load path for actionmailer and activesupport tests to always load from ...madlep2008-10-041-0/+2
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-282-0/+14
* 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-096-0/+83
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-096-83/+0
* Add layout functionality to mailers.Pratik Naik2008-08-316-0/+83
* ActionMailer should respond_to? to methods handled by method_missing [#700 st...James Mead2008-08-291-0/+52
* Removed old deprecation test because the warning was removed in 1129a24Joshua Peek2008-08-221-9/+3
* Ensure templates are rendered if all the parts are already processedJoshua Peek2008-08-131-0/+0
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-20/+11
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Only create a path for ActionMailer template root instead of a path set. Bett...Joshua Peek2008-07-191-3/+3
* Update uses_mocha in ActionMailer and ActiveResourceJoshua Peek2008-07-191-5/+13
* Stubba is included in Mocha alreadyJoshua Peek2008-07-111-2/+1
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-3/+3
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-291-0/+34
* Bah, don't test TMail in AMJeremy Kemper2008-04-033-19/+0
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-032-11/+18
* force_encoding to ascii-8bit instead of nilJeremy Kemper2008-04-011-20/+18
* 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