aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/url_rewriter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ActionController::Routing::Helpers, a module to contain common URL helper...Nicholas Seckar2007-05-121-1/+1
* Update UrlWriter to accept :anchor parameter. Closes #6771.Nicholas Seckar2007-05-021-0/+2
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-271-0/+2
* Added URL escaping of user and password when used through the UrlWriterDavid Heinemeier Hansson2007-03-041-1/+1
* Added user/password options for url_for to add http authentication in a URL [...David Heinemeier Hansson2007-03-031-13/+23
* Added :port and :host handling to UrlRewriter (which unified url_for usage, r...David Heinemeier Hansson2007-02-251-2/+4
* Fix doubly appearing parameters due to string and symbol mixups. Closes #2551.Nicholas Seckar2007-01-281-1/+1
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-6/+11
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-1/+55
* Add route_name_path method to generate only the path for a named routes. For ...Nicholas Seckar2006-06-301-1/+1
* Tweaks to integration tests and url rewriter for further compatibility with n...Jamis Buck2006-06-011-1/+1
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-27/+2
* Symbolize the keys of overwritten parameters. Really closes #1909.Nicholas Seckar2005-09-071-1/+1
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-061-0/+4
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-4/+9
* Fix last changeset to pass unittestsNicholas Seckar2005-07-181-5/+5
* Fixed construction of get parameters for arraysNicholas Seckar2005-07-181-14/+10
* r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700Jeremy Kemper2005-06-291-1/+0
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-11/+9
* 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