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
*
`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
*
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
[next]