aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/url.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-79/+79
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+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
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-2/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Fix `ActionDispatch::Http::URL` docs [ci skip]Ryoji Yoshioka2016-08-221-65/+21
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-13/+13
* Document and test ActionDispatch server_portTom Kadwill2016-05-121-0/+11
* Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-111-3/+10
* In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-1/+2
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
* Remove not used requiresMarcin Olichwirowicz2015-09-011-1/+0
* Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-1/+1
|\
| * Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-1/+1
* | remove another `@env` accessAaron Patterson2015-08-241-1/+1
* | remove more direct access to `env`Aaron Patterson2015-08-241-2/+2
* | Freeze string literals when not mutated.schneems2015-07-191-1/+1
|/
* Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-1/+1
* drop string allocations per model url_for call in viewsAaron Patterson2015-03-011-1/+1
* Add docs for ActionDispatch::Http::URL methodsclaudiob2014-12-181-0/+109
* Anchor should not be appended when set to nil/false.Guo Xiang Tan2014-11-231-1/+3
* Realign assignments :scissors:Carlos Antonio da Silva2014-07-311-5/+5
* Do not reassign variable when mutation is happeningCarlos Antonio da Silva2014-07-311-8/+5
* Only concatenate path if it was given rather than converting blindlyCarlos Antonio da Silva2014-07-311-1/+1
* Rename variable to better show its intentCarlos Antonio da Silva2014-07-311-12/+12
* Simplify conditionalCarlos Antonio da Silva2014-07-311-3/+2
* Push options check up so we can simplify internal methodsCarlos Antonio da Silva2014-07-311-13/+10
* use a strategy object for generating urls in named helpersAaron Patterson2014-07-171-8/+13
* extract path building to a methodAaron Patterson2014-07-161-9/+11
* break out path building logic to methodsAaron Patterson2014-07-161-14/+22
* only extract :params from the options hash onceAaron Patterson2014-07-161-3/+2
* push host / port / protocol extraction upAaron Patterson2014-06-301-6/+6
* add both branches to the only_path conditionalAaron Patterson2014-06-191-6/+6
* only check named_host? once in normalize_hostAaron Patterson2014-06-121-3/+7
* lookup subdomain from the options hash once, defaulting to trueAaron Patterson2014-06-121-2/+2
* only extract domain from the options hash onceAaron Patterson2014-06-121-3/+4
* reduce calls to `named_host?`Aaron Patterson2014-06-121-2/+6
* Removed warning actionpack url.rbJuanito Fatas2014-06-121-2/+2
* remove useless to_param callAaron Patterson2014-06-111-1/+1
* only look up the subdomain onceAaron Patterson2014-06-111-3/+4
* scheme should contain one or more charactersAaron Patterson2014-06-111-1/+1