aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/cookies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionDispatch::Cookies::CookieJar#deleted? predicate method.Paul Annesley2012-01-241-0/+11
* Get rid of the close checks since we cannot reliably close the session anyway.José Valim2011-12-161-97/+1
* configuration option to always write cookielest2011-11-231-2/+2
* CookieJar is enumerable. fixes #2795Aaron Patterson2011-09-011-0/+16
* Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8José Valim2011-06-301-0/+9
* Add backward compatibility for testing cookiesAndrew White2011-06-051-2/+49
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-18/+12
* adding teststeve2011-05-191-4/+8
* Revert "Use freeze instead of close!"Santiago Pastorino2011-04-071-6/+0
* cookies hereSantiago Pastorino2011-04-071-3/+3
* Use freeze instead of close!Santiago Pastorino2011-04-061-0/+6
* Delete useless argumentsSantiago Pastorino2011-04-061-6/+6
* Delete useless env variableSantiago Pastorino2011-04-061-9/+3
* Add tests to verify that signed and permanent cookies raises if someone triesSantiago Pastorino2011-04-061-0/+51
* raise if someone tries to modify the cookies when it was already streamed bac...Santiago Pastorino2011-04-061-0/+51
* Improve testing of cookies in functional tests:Andrew White2011-03-061-0/+65
* Add tld_length option when using domain :all in cookiesbrainopia2011-01-211-0/+36
* Support list of possible domains for cookiesbrainopia2011-01-211-0/+45
* Fix edge cases for domain :all option on cookie storebrainopia2010-12-161-0/+21
* Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st...David Trasbo2010-11-071-0/+18
* Don't write out secure cookies unless the request is secureAndrew White2010-10-251-0/+23
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-5/+5
* Only send secure cookies over SSL.W. Andrew Loe III2010-09-131-0/+11
* Allow for any possible TLD when using the :all option with the cookie session...Bryce Thornton2010-08-151-1/+29
* Added tests for cookies with domain option.Rizwan Reza2010-06-111-0/+22
* Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rbRizwan Reza2010-06-111-0/+228