index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
http
/
url.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-2
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Fix `ActionDispatch::Http::URL` docs [ci skip]
Ryoji Yoshioka
2016-08-22
1
-65
/
+21
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-13
/
+13
*
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
*
Improve documentation and tests for raw_host_with_port and host_with_port
Tom Kadwill
2016-05-11
1
-3
/
+10
*
In url_for, never append ? when the query string is empty anyway.
Paul Grayson
2015-10-29
1
-1
/
+2
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-1
/
+1
*
Remove not used requires
Marcin Olichwirowicz
2015-09-01
1
-1
/
+0
*
Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6
Rafael Mendonça França
2015-09-01
1
-1
/
+1
|
\
|
*
Fix broken IPv6 addresses handling
Brian Weaver
2015-04-16
1
-1
/
+1
*
|
remove another `@env` access
Aaron Patterson
2015-08-24
1
-1
/
+1
*
|
remove more direct access to `env`
Aaron Patterson
2015-08-24
1
-2
/
+2
*
|
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
|
/
*
Fix handling of empty X_FORWARDED_HOST header.
adam
2015-03-20
1
-1
/
+1
*
drop string allocations per model url_for call in views
Aaron Patterson
2015-03-01
1
-1
/
+1
*
Add docs for ActionDispatch::Http::URL methods
claudiob
2014-12-18
1
-0
/
+109
*
Anchor should not be appended when set to nil/false.
Guo Xiang Tan
2014-11-23
1
-1
/
+3
*
Realign assignments :scissors:
Carlos Antonio da Silva
2014-07-31
1
-5
/
+5
*
Do not reassign variable when mutation is happening
Carlos Antonio da Silva
2014-07-31
1
-8
/
+5
*
Only concatenate path if it was given rather than converting blindly
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
Rename variable to better show its intent
Carlos Antonio da Silva
2014-07-31
1
-12
/
+12
*
Simplify conditional
Carlos Antonio da Silva
2014-07-31
1
-3
/
+2
*
Push options check up so we can simplify internal methods
Carlos Antonio da Silva
2014-07-31
1
-13
/
+10
*
use a strategy object for generating urls in named helpers
Aaron Patterson
2014-07-17
1
-8
/
+13
*
extract path building to a method
Aaron Patterson
2014-07-16
1
-9
/
+11
*
break out path building logic to methods
Aaron Patterson
2014-07-16
1
-14
/
+22
*
only extract :params from the options hash once
Aaron Patterson
2014-07-16
1
-3
/
+2
*
push host / port / protocol extraction up
Aaron Patterson
2014-06-30
1
-6
/
+6
*
add both branches to the only_path conditional
Aaron Patterson
2014-06-19
1
-6
/
+6
*
only check named_host? once in normalize_host
Aaron Patterson
2014-06-12
1
-3
/
+7
*
lookup subdomain from the options hash once, defaulting to true
Aaron Patterson
2014-06-12
1
-2
/
+2
*
only extract domain from the options hash once
Aaron Patterson
2014-06-12
1
-3
/
+4
*
reduce calls to `named_host?`
Aaron Patterson
2014-06-12
1
-2
/
+6
*
Removed warning actionpack url.rb
Juanito Fatas
2014-06-12
1
-2
/
+2
*
remove useless to_param call
Aaron Patterson
2014-06-11
1
-1
/
+1
*
only look up the subdomain once
Aaron Patterson
2014-06-11
1
-3
/
+4
*
scheme should contain one or more characters
Aaron Patterson
2014-06-11
1
-1
/
+1
*
pull the port out of the options hash once
Aaron Patterson
2014-06-11
1
-2
/
+3
*
remove useless nil check
Aaron Patterson
2014-06-11
1
-2
/
+2
*
these methods are always called with a tld_parameter
Aaron Patterson
2014-06-11
1
-3
/
+3
*
rm `same_host?`. The same conditional is two lines down.
Aaron Patterson
2014-06-11
1
-5
/
+3
*
Revert "rm `same_host?`. The same conditional is two lines down."
Aaron Patterson
2014-06-11
1
-5
/
+8
[next]