aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/cookie_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rbRizwan Reza2010-06-111-228/+0
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-1/+54
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-2/+1
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-1/+1
* Deleting and setting a cookie in the same request was brokenMathias Biilmann Christensen2010-03-171-0/+11
* don't depend on the order of cookies (Hash ordering bug)Yehuda Katz2010-03-031-1/+1
* Accessing nonexistant cookies through the signed jar should not raise anJoshua Peek2010-01-171-0/+5
* Cookies middlewareJoshua Peek2010-01-161-27/+5
* Fix new year heisenbugJeremy Kemper2009-12-311-2/+2
* Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso...David Heinemeier Hansson2009-12-201-0/+35
* Clean up and update cookiesYehuda Katz2009-10-261-6/+5
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-0/+7
* Memoize cookies so that updates to cookies are available in the current reque...Olly Legg2009-05-281-0/+6
* Port cookies to new baseJeremy Kemper2009-05-221-13/+27
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-9/+8
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+11
|\
| * Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]Doug McInnes2009-04-071-0/+10
| * Deprecate ActionController::Response#set_cookie :http_only option infavor of ...Joshua Peek2009-02-071-1/+1
| * Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-071-5/+3
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
* | Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-091-5/+3
|/
* Fix failing cookie store testFrederick Cheung2008-12-211-3/+3
* Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...Joshua Peek2008-12-201-52/+14
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-191-4/+4
* Process CGI 'cookie' header into 'Set-Cookie' for all responses.Joshua Peek2008-12-191-8/+8
* Improve cookie test coverageJoshua Peek2008-12-191-19/+24
* Fix symbol cookie testPratik Naik2008-07-171-1/+1
* make CGI::Cookie handle deleting a cookie properlyRich Cavanaugh2008-05-131-0/+1
* Don't double-escape cookie store data. Don't split cookie values with newline...Rich Cavanaugh2008-05-121-0/+5
* Move missing template logic to ActionViewPratik Naik2008-04-191-1/+1
* remove support for ampersand-delimited cookie valuesJamis Buck2008-02-121-0/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: account for new, non-flattening Array#to_sJeremy Kemper2007-12-151-1/+1
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-201-1/+9
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-4/+4
* Test CGI::Cookie#to_s. Closes #9624 [tarmo]Jeremy Kemper2007-09-221-0/+27
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...David Heinemeier Hansson2007-09-211-0/+10
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-5/+0
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-4/+0
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-1/+1
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-011-0/+11
* Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin ...Rick Olson2007-01-171-24/+32
* Deprecate @cookiesJeremy Kemper2006-09-291-1/+1
* Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin...David Heinemeier Hansson2005-04-021-1/+11
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-9/+0
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-0/+9
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-9/+0
* Allow symbols to be used as names for setting cookiesDavid Heinemeier Hansson2004-11-261-1/+1
* Allow symbols to be used as keys for setting cookiesDavid Heinemeier Hansson2004-11-261-0/+10
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-261-2/+33