aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2916-0/+32
* Fix search input's type & placeholder conflict in Routing Error pageKaan Kölköy2017-07-261-0/+4
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-063-4/+7
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-016-10/+10
* Fix formatting of AD::FileHandler and AD::Static doc [ci skip]yuuji.yaginuma2017-06-131-7/+7
* set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-8/+3
* Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-281-3/+48
|\
| * AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-3/+48
* | Define path with __dir__bogdanvlviv2017-05-231-1/+1
|/
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-136-13/+13
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-312-59/+3
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-123-5/+5
* Use already defined Encoding constant rather than freezing a StringAkira Matsuda2017-01-111-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-243-10/+10
* Merge pull request #26222 from vipulnsward/26134-fixRafael França2016-11-131-1/+5
|\
| * Format and send logs to logger.fatal from DebugExceptions instead of calling ...Vipul A M2016-11-121-1/+5
* | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-132-3/+3
|\ \ | |/ |/|
| * Add missing `+` around a some literals.bogdanvlviv2016-10-272-3/+3
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-293-5/+5
* | Support plain loggers in DebugExceptionsGenadi Samokovarov2016-10-281-1/+3
|/
* HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870)प्रथमेश Sonpatki2016-10-231-1/+1
* Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...Rafael Mendonça França2016-10-101-8/+1
* Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-101-20/+1
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-21/+3
* Remove deprecated code in ActionDispatch::Session::SessionRestoreErrorRafael Mendonça França2016-10-101-11/+1
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-102-31/+13
* Remove deprecated ActionDispatch::ParamsParserRafael Mendonça França2016-10-101-12/+1
* Remove deprecated code in ActionDispatch::ParamsParser::ParseErrorRafael Mendonça França2016-10-101-17/+1
* [ci-skip] Swap method and its alias, format docAndrey Molchanov2016-10-041-3/+4
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-7/+5
* Follow up of #25602Vipul A M2016-09-011-4/+6
* Return 307 status instead of 301 when rerouting POST requests to SSLChirag Singhal2016-08-221-1/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-165-8/+8
* applies remaining conventions across the projectXavier Noria2016-08-063-4/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-069-250/+250
* modernizes hash syntax in actionpackXavier Noria2016-08-063-3/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-0619-115/+115
* Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-131-3/+3
* Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-2/+2
* Add a test case for verifying `cookie_only` is set even if user tries to set ...Prathamesh Sonpatki2016-07-071-1/+1
* [ci skip] Correct defaults in documentation for ActionDispatch::SSLTim Rogers2016-07-061-4/+5
* Merge pull request #25344 from matthewd/debug-locksMatthew Draper2016-07-021-0/+122
|\
| * Provide a middleware to debug misbehaving locksMatthew Draper2016-06-101-0/+122
* | Silence DebugExceptions template render logs during exceptionsGenadi Samokovarov2016-07-021-0/+8
|/
* Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-111-8/+12
|\
| * API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-8/+12