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
/
test
/
dispatch
/
ssl_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)
Catherine Khuu
2018-03-15
1
-0
/
+8
*
Update default HSTS max-age value to 1 year
Grant Bourque
2018-01-16
1
-2
/
+2
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-1
/
+5
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
1
-1
/
+1
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-39
/
+10
*
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-0
/
+14
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-69
/
+69
*
Rename constrain_to to exclude.
Kasper Timm Hansen
2016-03-03
1
-4
/
+4
*
add `constraint_to` option to SSL middleware
Greg Molnar
2016-02-28
1
-0
/
+7
*
Added deprecation for older apps
Prathamesh Sonpatki
2016-02-25
1
-7
/
+16
*
Remove splat operator warning from ssl_test
Prathamesh Sonpatki
2016-01-07
1
-1
/
+1
*
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-15
/
+30
*
Make `config.force_ssl` less dangerous to try and easier to disable
Jeremy Daer
2015-09-07
1
-164
/
+133
*
ActionDispatch::SSL should keep original header's behavior
Fumiaki MATSUSHIMA
2015-06-14
1
-0
/
+11
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-1
/
+1
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-1
/
+1
*
Avoid URI parsing
Andriel Nuernberg
2014-04-09
1
-0
/
+7
*
Space is not required for Set-Cookie header
Yamagishi Kazutoshi
2013-07-05
1
-0
/
+29
*
Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-case
Guillermo Iguaran
2013-06-24
1
-0
/
+14
|
\
|
*
Flag cookies as secure with ignore case in ActionDispatch::SSL
Yamagishi Kazutoshi
2013-06-24
1
-0
/
+14
*
|
ActionDispatch:SSL: don't include STS header in non-https responses
Geoff Buesing
2013-06-23
1
-0
/
+5
|
/
*
Allow use of durations for ActionDispatch::SSL configuration
Andrew White
2013-01-04
1
-0
/
+7
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Fix secure cookies when there are more than one space before the secure
Rafael Mendonça França
2012-03-19
1
-0
/
+28
*
Remove exclude option from ActionDispatch::SSL
Rafael Mendonça França
2012-03-19
1
-6
/
+0
*
Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.x
Rafael Mendonça França
2012-03-17
1
-14
/
+0
*
Rack::SSL -> ActionDispatch::SSL
Rafael Mendonça França
2012-03-17
1
-0
/
+149