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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Normalize/process Cach-Control headers consistently
Patrick Toomey
2017-08-22
1
-3
/
+1
*
|
Use tt in doc for ActionPack [ci skip]
Yoshiyuki Hirano
2017-08-26
1
-1
/
+1
|
/
*
Update links to use https link instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
2
-10
/
+10
*
Merge pull request #29777 from yui-knk/set_content_type
Matthew Draper
2017-08-02
1
-3
/
+2
|
\
|
*
Brush up local variables assignment
yui-knk
2017-07-13
1
-3
/
+2
|
*
Use `#set_content_type` instead of `#set_header`
yui-knk
2017-07-13
1
-1
/
+1
*
|
Path parameters should default to UTF8
eileencodes
2017-08-01
2
-9
/
+14
*
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
12
-0
/
+24
*
|
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
1
-1
/
+1
*
|
`Response#charset=` uses `default_charset` when `nil` is passed
yui-knk
2017-07-13
1
-1
/
+1
|
/
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
2
-1
/
+3
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
14
-14
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
14
-0
/
+14
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
14
-0
/
+14
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
*
|
|
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
4
-11
/
+11
|
/
/
*
|
Merge branch 'master' into bug/filtered_parameters_class
Leonel Galán
2017-06-16
3
-6
/
+4
|
\
|
|
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
3
-6
/
+4
*
|
Merge branch 'master' into bug/filtered_parameters_class
Leonel Galán
2017-05-17
3
-7
/
+17
|
\
|
|
*
Fixed string being modified in place causing frozen string errors in Ruby 2.3
sepehr500
2017-05-15
1
-2
/
+6
|
*
Do not try to encoding the parameters when the controller is not defined
Rafael Mendonça França
2017-04-26
1
-1
/
+7
|
*
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-4
/
+4
*
|
Merge branch 'master' into bug/filtered_parameters_class
Leonel Galán
2017-04-03
6
-28
/
+25
|
\
|
|
*
Merge pull request #28528 from domcleal/parseerror-const-deprecation
Rafael França
2017-03-22
1
-1
/
+2
|
|
\
|
|
*
Use DeprecatedConstantAccessor for AD::ParamsParser::ParseError
Dominic Cleal
2017-03-22
1
-1
/
+2
|
*
|
Small grammar fix
Jon Moss
2017-03-22
1
-2
/
+1
|
|
/
|
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
6
-27
/
+24
*
|
Use of ParameterFilter no longer forces `request.filtered_parameters' class t...
Leonel Galan
2017-02-13
2
-2
/
+2
|
/
*
Removed the `attribute_accessors` required file:
Edouard CHIN
2017-02-12
1
-1
/
+0
*
`respond_to_missing?` should fallback to `super` where method_missing could c...
Akira Matsuda
2017-01-15
1
-1
/
+1
*
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
*
Current default Rails app encoding "utf-8" looks more like a W3C charset than...
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Make ActionDispatch::Request.parameter_parsers public API
Rafael Mendonça França
2017-01-11
1
-1
/
+11
*
Use proper output format [ci skip] (#27498)
प्रथमेश Sonpatki
2016-12-29
1
-1
/
+1
*
Update request.rb --ci skip
Shardul Parab
2016-12-29
1
-0
/
+3
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
2
-9
/
+9
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
2
-11
/
+6
*
Only default the response charset when it is first set
Matthew Draper
2016-12-20
1
-1
/
+3
*
Do not raise exception when content_type is a empty string
Rafael Mendonça França
2016-12-09
1
-1
/
+1
*
Merge pull request #27007 from maclover7/jm-fix-26912
Rafael Mendonça França
2016-11-13
1
-2
/
+2
|
\
|
*
Don't error on an empty CONTENT_TYPE
Jon Moss
2016-11-10
1
-2
/
+2
*
|
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-7
/
+7
|
/
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
2
-2
/
+14
[prev]
[next]