aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_rewriter_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix doubly appearing parameters due to string and symbol mixups. Closes #2551.Nicholas Seckar2007-01-281-0/+9
* Update Routing to complain when :controller is not specified by a route. Clos...Nicholas Seckar2006-11-221-2/+2
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-2/+24
* More deprecation funDavid Heinemeier Hansson2006-09-031-1/+0
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-0/+65
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-17/+0
* Included UrlRewriter tests in rake run and made them not depend on Hash orderDavid Heinemeier Hansson2005-09-151-0/+46