aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_rewriter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan]Michael Koziarski2008-02-181-0/+34
* UrlWriter respects relative_url_root. Closes #10748.Jeremy Kemper2008-01-101-4/+34
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-071-0/+4
* Disable optimisation code for UrlWriter as request.host doesn't make sense th...Michael Koziarski2007-09-171-0/+4
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-141-0/+10
* Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,...Jeremy Kemper2007-06-131-0/+10
* Update UrlWriter to accept :anchor parameter. Closes #6771.Nicholas Seckar2007-05-021-0/+13
* Adjust test for unsorted Array#to_query. References #7756.Jeremy Kemper2007-03-111-2/+2
* Allow array and hash query parameters. Array route parameters are converted/t...Jeremy Kemper2007-03-061-10/+51
* Added URL escaping of user and password when used through the UrlWriterDavid Heinemeier Hansson2007-03-041-1/+8
* Added user/password options for url_for to add http authentication in a URL [...David Heinemeier Hansson2007-03-031-0/+7
* Added :port and :host handling to UrlRewriter (which unified url_for usage, r...David Heinemeier Hansson2007-02-251-0/+26
* 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