aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/cookies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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