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
...
*
|
|
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
*
Dont set cookie header for deletion of unexisting data
brainopia
2012-04-30
1
-8
/
+24
*
ActionDispatch::Cookies::CookieJar#deleted? predicate method.
Paul Annesley
2012-01-24
1
-0
/
+11
*
Get rid of the close checks since we cannot reliably close the session anyway.
José Valim
2011-12-16
1
-97
/
+1
*
configuration option to always write cookie
lest
2011-11-23
1
-2
/
+2
*
CookieJar is enumerable. fixes #2795
Aaron Patterson
2011-09-01
1
-0
/
+16
*
Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8
José Valim
2011-06-30
1
-0
/
+9
*
Add backward compatibility for testing cookies
Andrew White
2011-06-05
1
-2
/
+49
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
1
-18
/
+12
*
adding test
steve
2011-05-19
1
-4
/
+8
*
Revert "Use freeze instead of close!"
Santiago Pastorino
2011-04-07
1
-6
/
+0
*
cookies here
Santiago Pastorino
2011-04-07
1
-3
/
+3
*
Use freeze instead of close!
Santiago Pastorino
2011-04-06
1
-0
/
+6
*
Delete useless arguments
Santiago Pastorino
2011-04-06
1
-6
/
+6
*
Delete useless env variable
Santiago Pastorino
2011-04-06
1
-9
/
+3
*
Add tests to verify that signed and permanent cookies raises if someone tries
Santiago Pastorino
2011-04-06
1
-0
/
+51
*
raise if someone tries to modify the cookies when it was already streamed bac...
Santiago Pastorino
2011-04-06
1
-0
/
+51
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
1
-0
/
+65
*
Add tld_length option when using domain :all in cookies
brainopia
2011-01-21
1
-0
/
+36
*
Support list of possible domains for cookies
brainopia
2011-01-21
1
-0
/
+45
*
Fix edge cases for domain :all option on cookie store
brainopia
2010-12-16
1
-0
/
+21
*
Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st...
David Trasbo
2010-11-07
1
-0
/
+18
*
Don't write out secure cookies unless the request is secure
Andrew White
2010-10-25
1
-0
/
+23
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
1
-5
/
+5
*
Only send secure cookies over SSL.
W. Andrew Loe III
2010-09-13
1
-0
/
+11
*
Allow for any possible TLD when using the :all option with the cookie session...
Bryce Thornton
2010-08-15
1
-1
/
+29
*
Added tests for cookies with domain option.
Rizwan Reza
2010-06-11
1
-0
/
+22
*
Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb
Rizwan Reza
2010-06-11
1
-0
/
+228
[prev]