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
*
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
*
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-1
/
+9
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
5
-8
/
+8
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
3
-4
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
9
-250
/
+250
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
3
-3
/
+3
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
19
-115
/
+115
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-3
/
+3
*
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-2
/
+2
*
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-1
/
+1
*
[ci skip] Correct defaults in documentation for ActionDispatch::SSL
Tim Rogers
2016-07-06
1
-4
/
+5
*
Merge pull request #25344 from matthewd/debug-locks
Matthew Draper
2016-07-02
1
-0
/
+122
|
\
|
*
Provide a middleware to debug misbehaving locks
Matthew Draper
2016-06-10
1
-0
/
+122
*
|
Silence DebugExceptions template render logs during exceptions
Genadi Samokovarov
2016-07-02
1
-0
/
+8
|
/
*
Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format
Santiago Pastorino
2016-05-11
1
-8
/
+12
|
\
|
*
API only apps: Preserve request format for HTML requests too
Prathamesh Sonpatki
2016-05-11
1
-8
/
+12
*
|
use Rack::Utils.valid_path? to check path
Jordan Owens
2016-05-09
1
-6
/
+2
*
|
Make flash messages cookie compatible with Rails 4
Rafael Mendonça França
2016-05-06
1
-1
/
+1
|
/
*
Fix deprecation warning for ParamsParser instance :smile:
Prathamesh Sonpatki
2016-03-30
1
-1
/
+1
*
Deprecate ActionDispatch::ParamsParser instance.
Rafael Mendonça França
2016-03-30
1
-0
/
+1
*
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-0
/
+5
*
[ci skip] Fix constrain_to documentation.
Kasper Timm Hansen
2016-03-03
1
-1
/
+1
*
Rename constrain_to to exclude.
Kasper Timm Hansen
2016-03-03
1
-3
/
+4
[next]