aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/ssl_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-2/+2
* Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)Catherine Khuu2018-03-151-0/+8
* Update default HSTS max-age value to 1 yearGrant Bourque2018-01-161-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+5
* Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-1/+1
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-39/+10
* Return 307 status instead of 301 when rerouting POST requests to SSLChirag Singhal2016-08-221-0/+14
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-69/+69
* Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-4/+4
* add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-0/+7
* Added deprecation for older appsPrathamesh Sonpatki2016-02-251-7/+16
* Remove splat operator warning from ssl_testPrathamesh Sonpatki2016-01-071-1/+1
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-15/+30
* Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-164/+133
* ActionDispatch::SSL should keep original header's behaviorFumiaki MATSUSHIMA2015-06-141-0/+11
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+1
* Avoid URI parsingAndriel Nuernberg2014-04-091-0/+7
* Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-0/+29
* Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-241-0/+14
|\
| * Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-241-0/+14
* | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-231-0/+5
|/
* Allow use of durations for ActionDispatch::SSL configurationAndrew White2013-01-041-0/+7
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Fix secure cookies when there are more than one space before the secureRafael Mendonça França2012-03-191-0/+28
* Remove exclude option from ActionDispatch::SSLRafael Mendonça França2012-03-191-6/+0
* Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.xRafael Mendonça França2012-03-171-14/+0
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-0/+149