aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/url_for.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-161-0/+1
* Small doc fixesT.J. Schuck2018-04-021-1/+1
* Quote string return values in doc examples [ci skip]Andrew White2018-03-081-2/+2
* Add example of maintaining context with `route_for`Andrew White2018-03-081-0/+6
* Express `ActionDispatch::Routing::UrlFor#route_for` as public apibogdanvlviv2018-03-071-1/+13
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-1/+1
* Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-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
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-10/+3
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-221-2/+2
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-2/+2
* | Always use original url_for when generating direct routesAndrew White2017-03-171-0/+4
* | Add support for calling nested direct routes (#28462)Andrew White2017-03-171-0/+4
|/
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-2/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* Add more info to insecure URL generation errorDerek Prior2016-04-261-1/+1
* Use a URL instead of an URL everywhereAbhishek Jain2016-02-151-1/+1
* Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-1/+4
* [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-061-1/+1
* `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-1/+2
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-0/+4
* [ci skip] Improve the url_for documentationRoque Pinel2015-07-011-3/+19
* move _generate_paths_by_default to where it is usedAaron Patterson2015-03-011-6/+0
* let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-241-0/+6
* remove some cachingAaron Patterson2014-07-281-2/+1
* pass the route name to define_url_helperAaron Patterson2014-07-171-1/+3
* use the helper method builder to construct helper methodsAaron Patterson2014-05-121-1/+5
* undo optimized calls until the builder object is finishedAaron Patterson2014-05-121-1/+1
* Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+2
* Fix link_to return valueEarl J St Sauver2013-09-221-1/+1
* Add script_name option description and example for #url_for optionsIvan Vanyak2012-12-171-0/+5
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-15/+15
* removed : warning: `*' interpreted as argument prefixArun Agrawal2012-08-281-1/+1
* Don't require action_dispatch in ActionView::UrlHelpersPiotr Sarnacki2012-08-281-0/+2
* fix typo in documentationAnatoly Makarevich2012-07-261-1/+1
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-2/+0
* Corrected the name of the module that should be included to get the url helpers.Anuj Dutta2012-05-031-1/+1
* Revert "Merge pull request #5750 from ahoward/master"Santiago Pastorino2012-04-081-10/+1
* Make url_for work when option is nil and default_url_options hasRafael Mendonça França2012-04-051-1/+1
* url_for: avoid a nil check. unroll a loop. handle most common case 1st.ara.t.howard2012-04-051-18/+13
* carefully and quickly merge url_for optionsara.t.howard2012-04-041-1/+17
* Optimize url helpers.Sergey Nartimov + José Valim2012-03-021-2/+5
* Optimize path helpers.José Valim2012-03-021-0/+5
* Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-031-11/+12
* just add the writer rather than adding both and removing oneAaron Patterson2011-12-291-2/+1
* Move symbolize keys to the inner options as we can assume url_options will be...José Valim2011-12-081-1/+1
* what's -> that'sUģis Ozols2011-11-251-1/+1