aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/url_test.rb
Commit message (Expand)AuthorAgeFilesLines
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-1/+5
* Test which fails without [8052] [Koz]Michael Koziarski2007-10-291-1/+1
* Disable the routing optimisation code when dealing with foo_url helpers. Add...Michael Koziarski2007-09-221-1/+5
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-22/+2
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+88