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
*
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
|
|
/
|
/
|
*
|
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
1
-1
/
+0
*
|
Merge pull request #10061 from trevorturk/dummy-key-generator-rename
Santiago Pastorino
2013-04-02
1
-6
/
+6
|
\
\
|
*
|
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-6
/
+6
*
|
|
Fix permanent cookie jar accessor typo
Trevor Turk
2013-04-02
1
-1
/
+6
|
/
/
*
|
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-2
/
+73
*
|
Skipping test for OpenSSL::PKCS5 JRuby
Arun Agrawal
2013-03-25
1
-0
/
+10
*
|
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...
Trevor Turk
2013-03-24
1
-0
/
+55
*
|
InvalidMessage is in ActiveSupport::MessageEncryptor namespace
Santiago Pastorino
2013-02-19
1
-3
/
+18
*
|
add fetch to CookieJar
Aaron Patterson
2013-01-27
1
-0
/
+30
*
|
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
1
-10
/
+10
|
/
*
Allow users to change the default salt if they want, shouldn't be necessary
Santiago Pastorino
2012-11-03
1
-1
/
+4
*
Add cookie.encrypted which returns an EncryptedCookieJar
Santiago Pastorino
2012-11-03
1
-0
/
+15
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-6
/
+8
*
Test actual content of permanent cookie
brainopia
2012-08-10
1
-1
/
+1
*
Dont stream back cookie value if it was set to the same value
brainopia
2012-04-30
1
-0
/
+12
[next]