aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored duplication into a separate method. Dropped class variable.Rizwan Reza2010-06-111-15/+17
* Adding missing docs to delete cookies with :all which were added that way.Rizwan Reza2010-06-111-1/+2
* Took out the domain option logic to cookies.rb.Rizwan Reza2010-06-111-2/+32
* Avoid creating a Rack::Response object in the cookie middleware since it may ...José Valim2010-05-181-9/+13
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-1/+31
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-18/+18
* Fix signed cookies by explicitly passing config to the cookie jarJeremy Kemper2010-04-041-23/+19
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-3/+3
* Deleting and setting a cookie in the same request was brokenMathias Biilmann Christensen2010-03-171-0/+1
* Accessing nonexistant cookies through the signed jar should not raise anJoshua Peek2010-01-171-1/+3
* Cookies middlewareJoshua Peek2010-01-161-0/+214