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