aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base/url_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵Mikel Lindsaar2010-04-111-3/+2
| | | | UTF-8, updating tests where incorrect encoding
* 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 ↵wycats2010-03-171-0/+2
| | | | warnings are in dependencies.
* Eliminate warnings for AM on 1.8wycats2010-03-161-0/+2
|
* Update the ActionMailer tests to run off of the latest ActionController ↵Carl Lerche2010-03-041-0/+4
| | | | config refactor
* 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