| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |