aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base
Commit message (Expand)AuthorAgeFilesLines
* Move ActionMailer::TC to AV::TC::BehaviorDavid Chelimsky2010-06-121-0/+2
* Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit)Mikel Lindsaar2010-06-071-3/+3
* Use better assertion methods for testingNeeraj Singh2010-05-193-16/+16
* Use assert_equal correctly in actionmailer test (exposing one as broken)Neeraj Singh2010-05-181-2/+3
* Changed encoding behaviour of mail, so updated tests in actionmailer and bump...Mikel Lindsaar2010-05-141-3/+3
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-2/+0
* New mail is more intelligent on encoding and decodingMikel Lindsaar2010-04-111-3/+3
* Cleaning up expectations from the new way mail does itMikel Lindsaar2010-04-111-3/+3
* Mail::Part now no longer has nil as a default charset, it is always set to so...Mikel Lindsaar2010-04-111-1/+1
* Fixing up some bad test casesMikel Lindsaar2010-04-111-3/+3
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...Mikel Lindsaar2010-04-112-40/+46
* Updating test, should be calling :decoded, not :encoded, is a problem now tha...Mikel Lindsaar2010-03-281-1/+1
* Fixing test, ; is a delimiter, not a termination character, ref RFC 2045Mikel Lindsaar2010-03-281-2/+2
* Fix ActionMailer test issuesEvan Phoenix2010-03-221-2/+4
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-22/+0
* Fix an error in isolated running of testsCarlhuda2010-03-181-8/+0
* Fix broken test due to constant collisionJeremy Kemper2010-03-171-6/+4
* Kill nonexistent method removalJeremy Kemper2010-03-171-2/+0
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+2
* Eliminate warnings for AM on 1.8wycats2010-03-161-0/+2
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-3/+0
* Fixed a broken AM test. I'm unsure how this passed before.Carlhuda2010-03-041-1/+1
* Update the ActionMailer tests to run off of the latest ActionController confi...Carl Lerche2010-03-042-5/+8
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-2/+6
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* Get ActionMailer's tests passing with the non global routerCarlhuda2010-02-251-2/+4
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* require 'action_controller' added on a test that uses itSantiago Pastorino and José Ignacio Costa2010-02-041-0/+1
* Add transfer_encoding= setter deprecation.José Valim2010-01-301-0/+10
* Automatically configure generators if application is defined.José Valim2010-01-291-1/+3
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-0/+3
* Bring AM tests back to green again.José Valim2010-01-262-16/+3
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-263-59/+29
* Failing AM test for legacy multipart alternative renderingJoshua Peek2010-01-261-0/+37
* Failing AM test for nested layoutsJoshua Peek2010-01-261-2/+17
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-252-0/+10
* changed test to get TestMailer to use :file delivery method directly (as setu...José Valim and Mikel Lindsaar2010-01-251-3/+3
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-94/+0
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-248-0/+1788