aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/url_for.rb
Commit message (Expand)AuthorAgeFilesLines
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-1/+3
* Do not cache the script name outcome.José Valim2010-09-271-9/+11
* Cache url_options on a per-request basis.thedarkone2010-09-271-9/+11
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-14/+1
* Fix generating urls with mounted helpers in view contextPiotr Sarnacki2010-09-031-1/+1
* Ensure that env is always available in controllersPiotr Sarnacki2010-09-031-1/+1
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-4/+4
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-8/+4
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-2/+11
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-031-2/+2
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-4/+4
* Make named helpers unprotected without becoming actions [#4696 state:resolved]wycats2010-06-071-0/+8
* Refactor the RouteSet so it uses a Generator object instead of one huge method.wycats2010-03-091-1/+0
* Tweak out url_for uses :script_name and add some testsCarl Lerche2010-03-041-5/+1
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-1/+1
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-0/+4
* Change the API for setting global options for #url_for to self.url_options = ...Carlhuda2010-02-261-1/+1
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-0/+21
* WIP: Remove the global routerCarlhuda2010-02-251-165/+0
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
* Make UrlWriter includable in a ModuleJeremy Kemper2010-02-051-1/+9
* Convert to class_attributeJeremy Kemper2010-02-011-3/+4
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-4/+145
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-32/+6
* Rename RackConvenience => RackDelegationJoshua Peek2009-12-201-1/+1
* More perf work:Yehuda Katz2009-08-111-9/+1
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+49