aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/url_for.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-4/+4
* Decrease string allocations in url_optionsschneems2015-07-291-1/+5
* Fix a few typos [ci skip]Robin Dupret2015-04-051-3/+3
* Fix documentation of url_for module [ci skip]Prathamesh Sonpatki2015-03-061-1/+4
* stop referencing `env` in url_forAaron Patterson2014-12-301-1/+1
* use methods on the request rather than direct hash accessAaron Patterson2014-12-301-2/+2
* Simplify code branch, remove #tapCarlos Antonio da Silva2014-07-311-7/+6
* Avoid a new hash objectCarlos Antonio da Silva2014-07-311-1/+1
* use symbol keys for path_parametersAaron Patterson2014-05-221-1/+1
* we can just use Ruby hereAaron Patterson2014-05-211-2/+2
* do not allocate strings while creating urlsAaron Patterson2014-04-301-1/+1
* don't allocate string on hash accessAaron Patterson2014-04-301-1/+1
* Fix generating route from engine to other enginePiotr Sarnacki2013-05-031-1/+2
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-1/+1
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-2/+8
* Renamed _path_segments to _recallBogdan Gusiev2012-08-041-1/+1
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-3/+0
* Clean up module docs [ci skip]Vijay Dev2012-03-071-21/+21
* Can't cache url_options on a controller levelPiotr Sarnacki2012-03-021-11/+12
* Optimize path helpers.José Valim2012-03-021-16/+14
* deletes spurious arrowXavier Noria2011-08-271-1/+1
* minor edits after going through what's new in docrailsXavier Noria2011-05-141-4/+7
* added an example for AC::UrlFor usage to make usage simpler.Nick Sutterer2011-05-121-1/+13
* added docs for AbC::UrlFor and AC::UrlFor.Nick Sutterer2011-05-121-0/+6
* :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