aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/url_rewriter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed page caching for non-vhost applications living underneath the root #100...David Heinemeier Hansson2005-04-171-2/+2
* Fixed :overwrite_param so it doesn't delete but reject elements from @request...David Heinemeier Hansson2005-04-021-1/+1
* Added :owerwrite_params back to url_for and friends -- it was AWL since the i...David Heinemeier Hansson2005-03-271-1/+8
* Whitespace flickerDavid Heinemeier Hansson2005-03-261-1/+0
* Added trailing_slash option to url_for, so you can generate urls ending in a ...David Heinemeier Hansson2005-03-261-1/+2
* Removed old UrlWriter methods that are no longer in use after Routes #942David Heinemeier Hansson2005-03-261-45/+4
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-201-3/+4
* Added to_param call for parameters when composing an url using url_for from s...David Heinemeier Hansson2005-03-201-1/+1
* Removed unused methods in url_rewriting.rb #701David Heinemeier Hansson2005-02-241-36/+2
* Redirects to root should be / not ""David Heinemeier Hansson2005-02-211-0/+1
* Never end generated paths with a '/' #683David Heinemeier Hansson2005-02-201-2/+2
* 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