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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix formatting in ActionDispatch::SSL middleware docs
T.J. Schuck
2017-09-27
1
-33
/
+38
*
|
Merge pull request #30709 from mikeycgto/actiondispatch-use-aead-encrypted-co...
Kasper Timm Hansen
2017-09-28
1
-3
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fixes for use_authenticated_cookie_encryption
Michael Coyne
2017-09-27
1
-3
/
+10
*
|
Fix cookies/session tests broken after merging key rotation.
Kasper Timm Hansen
2017-09-25
1
-2
/
+3
|
/
*
Fix "warning: `*' interpreted as argument prefix"
Ryuta Kamizono
2017-09-25
1
-2
/
+2
*
Use new rotation signature in cookies.
Kasper Timm Hansen
2017-09-24
1
-11
/
+12
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-100
/
+82
*
[ci skip] Prefer credentials to secrets in docs.
Kasper Timm Hansen
2017-09-13
2
-28
/
+12
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-5
/
+5
*
This commit adds:
Assain
2017-09-04
1
-4
/
+7
*
Fix `warning: shadowing outer local variable`
yuuji.yaginuma
2017-08-28
1
-3
/
+3
*
Fix `can't modify frozen String` error in `DebugLocks`
yuuji.yaginuma
2017-08-28
1
-4
/
+4
*
Use tt in doc for ActionPack [ci skip]
Yoshiyuki Hirano
2017-08-26
2
-7
/
+7
*
Update links to use https link instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
2
-3
/
+3
*
freshen :expires option with duration support and add expiry metadata to cookies
Assain
2017-08-20
1
-3
/
+15
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
16
-0
/
+32
*
Fix search input's type & placeholder conflict in Routing Error page
Kaan Kölköy
2017-07-26
1
-0
/
+4
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
3
-4
/
+7
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
6
-10
/
+10
*
Fix formatting of AD::FileHandler and AD::Static doc [ci skip]
yuuji.yaginuma
2017-06-13
1
-7
/
+7
*
set message_encryptor default cipher to aes-256-gcm
Assain
2017-06-12
1
-1
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
2
-8
/
+3
*
Merge pull request #28132 from mikeycgto/aead-encrypted-cookies
Kasper Timm Hansen
2017-05-28
1
-3
/
+48
|
\
|
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-3
/
+48
*
|
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
|
/
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
6
-13
/
+13
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
2
-59
/
+3
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
3
-5
/
+5
*
Use already defined Encoding constant rather than freezing a String
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
3
-10
/
+10
*
Merge pull request #26222 from vipulnsward/26134-fix
Rafael França
2016-11-13
1
-1
/
+5
|
\
|
*
Format and send logs to logger.fatal from DebugExceptions instead of calling ...
Vipul A M
2016-11-12
1
-1
/
+5
*
|
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
2
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
2
-3
/
+3
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
3
-5
/
+5
*
|
Support plain loggers in DebugExceptions
Genadi Samokovarov
2016-10-28
1
-1
/
+3
|
/
*
HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870)
प्रथमेश Sonpatki
2016-10-23
1
-1
/
+1
*
Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...
Rafael Mendonça França
2016-10-10
1
-8
/
+1
*
Remove deprecated support to passing strings to the middleware stack
Rafael Mendonça França
2016-10-10
1
-20
/
+1
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-21
/
+3
*
Remove deprecated code in ActionDispatch::Session::SessionRestoreError
Rafael Mendonça França
2016-10-10
1
-11
/
+1
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
2
-31
/
+13
*
Remove deprecated ActionDispatch::ParamsParser
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
Remove deprecated code in ActionDispatch::ParamsParser::ParseError
Rafael Mendonça França
2016-10-10
1
-17
/
+1
*
[ci-skip] Swap method and its alias, format doc
Andrey Molchanov
2016-10-04
1
-3
/
+4
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-1
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-7
/
+5
*
Follow up of #25602
Vipul A M
2016-09-01
1
-4
/
+6
[prev]
[next]