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
...
|
*
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
*
Remove deprecated access to mime types through constants
Rafael Mendonça França
2016-10-10
1
-26
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-2
/
+2
*
Remove default argument, and extract internal convenience method
Jon Moss
2016-08-29
1
-6
/
+12
*
Allow `send_file` to declare a charset
Jon Moss
2016-08-29
1
-4
/
+5
*
Missing key should throw KeyError
eileencodes
2016-08-26
1
-1
/
+1
*
Fix `ActionDispatch::Http::URL` docs [ci skip]
Ryoji Yoshioka
2016-08-22
1
-65
/
+21
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-2
/
+2
*
Make private method private
Rafael Mendonça França
2016-08-12
1
-11
/
+11
*
Given a hash (Rails 5) .from_hash must be used
Javier Julio
2016-08-12
1
-1
/
+1
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
2
-0
/
+17
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
3
-4
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-49
/
+49
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
2
-2
/
+2
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
12
-98
/
+98
*
Also yield in parameters for a nil content_mime_type
Julian Nadeau
2016-07-25
1
-1
/
+1
*
Fix failing requirement of duplicable in ParameterFilter
Vipul A M
2016-07-16
1
-0
/
+2
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
2
-12
/
+7
*
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
*
Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port
Kasper Timm Hansen
2016-05-11
1
-3
/
+10
|
\
|
*
Improve documentation and tests for raw_host_with_port and host_with_port
Tom Kadwill
2016-05-11
1
-3
/
+10
*
|
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
1
-9
/
+24
|
\
\
|
*
|
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-9
/
+24
[prev]
[next]