aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/url_rewriter.rb
Commit message (Expand)AuthorAgeFilesLines
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-74/+22
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-12/+11
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-11/+12
* Fixed whitespaceDavid Heinemeier Hansson2005-02-111-7/+8
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Added :application_prefix to url_for and friends that makes it easier to setu...David Heinemeier Hansson2005-01-241-1/+2
* Added arrays as a value option for params in url_for and friends #467 [Eric A...David Heinemeier Hansson2005-01-131-1/+6
* 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