aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/url_for.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-1/+5
* The instance_reader of default_url_options needs to not exist.Yehuda Katz2010-02-271-0/+1
* Change the API for setting global options for #url_for to self.url_options = ...Carlhuda2010-02-261-11/+23
* Remove the :use_defaults check in UrlFor#merge optionsCarlhuda2010-02-261-1/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-24/+7
* WIP: Remove the global routerCarlhuda2010-02-251-0/+167