aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added arrays as a value option for params in url_for and friends #467 [Eric A...David Heinemeier Hansson2005-01-131-1/+12
* Fixed url rewriter confusion when the controller or action name was a substri...David Heinemeier Hansson2005-01-121-6/+32
* Fixed url rewriter confusion when the controller name was a substring of the ...David Heinemeier Hansson2005-01-121-1/+9
* Fixed redirects when the controller and action is named the same. Still haven...David Heinemeier Hansson2005-01-021-0/+17
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-231-0/+14
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-131-0/+12
* InitialDavid Heinemeier Hansson2004-11-241-0/+368