aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/url_rewriter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed url rewriter confusion when the controller or action name was a substri...David Heinemeier Hansson2005-01-121-2/+2
* Fixed url rewriter confusion when the controller name was a substring of the ...David Heinemeier Hansson2005-01-121-2/+5
* Fixed redirects when the controller and action is named the same. Still haven...David Heinemeier Hansson2005-01-021-1/+1
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-231-3/+3
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-131-4/+14
* InitialDavid Heinemeier Hansson2004-11-241-0/+170