aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fixes #24239Ryan T. Hosford2016-04-041-1/+1
* remove RackDelegation moduleAaron Patterson2015-08-261-2/+0
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-2/+1
* Fix signed cookies by explicitly passing config to the cookie jarJeremy Kemper2010-04-041-2/+3
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-1/+0
* Cookies middlewareJoshua Peek2010-01-161-183/+3
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-281-121/+121
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2009-12-211-1/+1
|\
| * Rename RackConvenience => RackDelegationJoshua Peek2009-12-201-1/+1
* | Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso...David Heinemeier Hansson2009-12-201-38/+130
|/
* Clean up and update cookiesYehuda Katz2009-10-261-17/+27
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-1/+2
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+94