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
/
cookies_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistent behavior for session and cookies with to_h and to_hash method
Igor Kasyanchuk
2018-01-31
1
-0
/
+6
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-2
/
+2
*
Update security guide for signed cookie rotations
Michael Coyne
2017-10-09
1
-0
/
+19
*
Test for nil, people not likely to assign it false.
Kasper Timm Hansen
2017-09-28
1
-2
/
+2
*
Fixes for use_authenticated_cookie_encryption
Michael Coyne
2017-09-27
1
-0
/
+18
*
Use new rotation signature in cookies.
Kasper Timm Hansen
2017-09-24
1
-57
/
+8
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-125
/
+164
*
freshen :expires option with duration support and add expiry metadata to cookies
Assain
2017-08-20
1
-0
/
+32
*
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
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-86
/
+120
*
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
1
-9
/
+0
*
Update `cookies` helper on all HTTP requests
Jon Moss
2017-01-05
1
-0
/
+9
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-4
/
+4
*
Do not clear HTTP_COOKIES header after request
Jon Moss
2016-12-11
1
-0
/
+10
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-13
/
+12
*
Follow up of #25602
Vipul A M
2016-09-01
1
-11
/
+25
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-16
/
+16
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-15
/
+15
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-106
/
+106
*
existant => existent
Abhishek Jain
2016-06-09
1
-2
/
+2
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
1
-74
/
+93
*
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+9
*
Get rid of mocha tests - part 1
Marcin Olichwirowicz
2015-08-24
1
-1
/
+3
*
Improve error messages in cookies_test
eileencodes
2015-06-27
1
-3
/
+3
*
Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tld
Rafael Mendonça França
2015-01-02
1
-0
/
+7
|
\
|
*
add test asserting that 2 letter tlds with 3 letter domain names work when op...
Jon Rowe
2013-04-30
1
-0
/
+7
*
|
Merge pull request #17792 from rockrep/master
Rafael Mendonça França
2014-12-04
1
-0
/
+10
|
\
\
|
*
|
allow 'all' for :domain option in addition to :all
rockrep
2014-11-26
1
-0
/
+10
*
|
|
Remove "rescue" clause around "require 'openssl'"
claudiob
2014-12-03
1
-10
/
+1
*
|
|
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
1
-2
/
+2
*
|
|
Use less iterations for KeyGenerator in tests
Peter Suschlik
2014-08-27
1
-1
/
+1
*
|
|
Expectations first
Akira Matsuda
2014-08-18
1
-1
/
+1
*
|
|
Use AS::JSON for (de)serializing cookies
Godfrey Chan
2014-08-17
1
-0
/
+39
*
|
|
Fixed broken reference caused by 14965ba
Godfrey Chan
2014-08-17
1
-2
/
+2
*
|
|
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-0
/
+50
*
|
|
Fixed an issue with migrating legacy json cookies.
Godfrey Chan
2014-04-23
1
-0
/
+117
*
|
|
Re-write legacy (marshal) cookies on read
Godfrey Chan
2014-02-11
1
-15
/
+17
*
|
|
Changed the tests to ensure HybridSerializer actually migrates the cookies (c...
Godfrey Chan
2014-02-11
1
-10
/
+18
*
|
|
Fixed minor typo in test code
Godfrey Chan
2014-02-11
1
-1
/
+1
*
|
|
Tests for the HybridSerializer
Rafael Mendonça França
2014-02-11
1
-0
/
+68
*
|
|
Removed an old test
Godfrey Chan
2014-02-11
1
-5
/
+0
*
|
|
Just very so slightly better test coverage
Godfrey Chan
2014-02-11
1
-15
/
+57
*
|
|
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
1
-6
/
+6
*
|
|
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-9
/
+3
*
|
|
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-0
/
+33
|
|
/
|
/
|
[next]