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
*
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
1
-1
/
+1
|
\
|
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-1
/
+1
*
|
Add missing require
yuuji.yaginuma
2017-12-05
1
-0
/
+2
*
|
Fix CSP copy boolean directives (#31326)
Simon Dawson
2017-12-05
1
-5
/
+1
|
/
*
Fix typo in mime type registering
Guillermo Iguaran
2017-11-29
1
-1
/
+1
*
Restore mpeg mime type, delete less common mime types
Guillermo Iguaran
2017-11-29
1
-9
/
+4
*
Register "audio/mp4" mime type with :m4a symbol
Guillermo Iguaran
2017-11-29
1
-1
/
+1
*
Register most popular audio/video/font mime types supported by modern browsers
Guillermo Iguaran
2017-11-28
1
-1
/
+19
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
2
-0
/
+234
*
Merge pull request #31078 from aeroastro/feature/fix-typo
Rafael França
2017-11-09
1
-2
/
+2
|
\
|
*
Fix typo on ActionDispatc::HTTP::FilterParameters
Takumasa Ochi
2017-11-07
1
-2
/
+2
*
|
Edited comment from request.rb
haneru
2017-11-03
1
-1
/
+1
*
|
Remove mention of X-Post-Data-Format header [ci skip]
Eugene Kenny
2017-10-28
1
-3
/
+0
*
|
Remove deprecated `ActionController::ParamsParser::ParseError`
Rafael Mendonça França
2017-10-23
1
-5
/
+0
*
|
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
4
-11
/
+11
*
|
Implement H2 Early Hints for Rails
eileencodes
2017-10-04
1
-0
/
+17
|
/
*
Merge pull request #30367 from ptoomey3/consistent-cache-control-headers
Aaron Patterson
2017-09-05
2
-8
/
+13
|
\
|
*
Don't touch an unused header
Patrick Toomey
2017-08-23
1
-1
/
+0
|
*
Decouple the merge/normalization and conditional cache control logic
Patrick Toomey
2017-08-23
2
-5
/
+13
|
*
This constant is no longer used
Patrick Toomey
2017-08-22
1
-1
/
+0
|
*
Let middleware handle default cache behavior
Patrick Toomey
2017-08-22
1
-1
/
+2
|
*
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
|
|
/
[next]