aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base/url_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-90/+0
* Fixes some ActionMailer testsSantiago Pastorino2010-08-141-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Avoids deprecation warning running testsSantiago Pastorino2010-07-041-5/+7
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...Mikel Lindsaar2010-04-111-3/+2
* 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
* Update the ActionMailer tests to run off of the latest ActionController confi...Carl Lerche2010-03-041-0/+4
* 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
* 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
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-0/+2
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-0/+84