aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* convert more `@env` access to get / set headerAaron Patterson2015-08-231-11/+13
* remove dead codeAaron Patterson2015-08-061-5/+0
* ask the request for the cookie jarAaron Patterson2015-08-061-1/+8
* add a setter for the cookie jarAaron Patterson2015-08-061-1/+7
* remove request reference from chained jarsAaron Patterson2015-08-061-22/+25
* remove `@host` ivarAaron Patterson2015-08-051-6/+4
* remove @secure ivarAaron Patterson2015-08-051-5/+3
* CookieJar does not need the key_generator parameter anymoreAaron Patterson2015-08-051-3/+2
* eliminate key_generator ivarAaron Patterson2015-08-051-11/+14
* sop passing host and secure to the build methodAaron Patterson2015-08-051-2/+4
* stop using an options hash with the cookie jarAaron Patterson2015-08-051-38/+30
* move env access to the request object.Aaron Patterson2015-08-051-13/+45
* Send cookies with requesteileencodes2015-07-071-0/+4
* Refactor cookie_jar to decouple it from request objecteileencodes2015-07-051-7/+3
* Document :tld_length option for cookies.Ryan Wallace2015-04-291-0/+3
* No need to capitalize verbs. [CI SKIP]Guo Xiang Tan2015-04-261-2/+2
* Add nodoc to some private constants [ci skip]Rafael Mendonça França2015-04-231-3/+3
* Merge pull request #19823 from sbhatore/doc_fix_1Rafael Mendonça França2015-04-231-0/+8
|\
| * Squashed commit of the following:Siddharth Bhatore2015-04-231-0/+8
* | [ci skip] UpgradeLegacySignedCookieJar Doc fixSiddharth Bhatore2015-04-221-2/+2
|/
* Changing sets -> set Lindsey Bieda2015-01-061-1/+1
* - Removed unused parameter to cookie serialize method and fixed usage of the ...Vipul A M2014-12-241-4/+4
* We don't need to call to_sym. Just compare the stringRafael Mendonça França2014-12-041-1/+1
* Merge pull request #17792 from rockrep/masterRafael Mendonça França2014-12-041-1/+1
|\
| * allow 'all' for :domain option in addition to :allrockrep2014-11-261-1/+1
* | Merge pull request #17803 from sadfuzzy/patch-2Abdelkader Boudih2014-11-271-1/+3
* | `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-4/+4
* | Use AS::JSON for (de)serializing cookiesGodfrey Chan2014-08-171-2/+3
* | Merge pull request #16467 from strzalek/cookies-digest-config-option2Godfrey Chan2014-08-171-3/+9
|\ \
| * | Add config option for cookies digestŁukasz Strzałkowski2014-08-121-3/+9
* | | Remove redundant NullSerializerŁukasz Strzałkowski2014-08-131-16/+7
|/ /
* | Use `#bytesize` instead of `#size` when checking for cookie overflowAgis-2014-07-111-2/+2
* | Fix weird comment. [CI SKIP]Guo Xiang Tan2014-07-091-2/+2
* | Fixed an issue with migrating legacy json cookies.Godfrey Chan2014-04-231-2/+2
* | only write the jar if the response isn't committedAaron Patterson2014-03-121-5/+16
* | :scissors:Zachary Scott2014-02-231-1/+1
* | rm warning about variable shadowingGodfrey Chan2014-02-111-2/+2
* | Migrate hash-based cookie values correctlyGodfrey Chan2014-02-111-2/+4
* | Re-write legacy (marshal) cookies on readGodfrey Chan2014-02-111-20/+40
* | Added HybridSerializer to upgrade existing marshal cookies (wip: need tests)Godfrey Chan2014-02-111-0/+14
* | Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-15/+30
* | Updated the cookie docs to use the safer JSON.{generate,parse}Godfrey Chan2014-02-081-5/+5
* | Rely on backticks instead of tt tags [ci skip]Robin Dupret2014-02-081-2/+2
* | docs, Cookie values are String based. Closes #12860. [ci skip]Yves Senn2014-02-081-7/+7
* | Modify the session serializer implementationGuillermo Iguaran2014-01-301-3/+5
* | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-2/+14
* | Update secret_key_base Docsrobertomiranda2013-12-151-8/+8
* | Missing closing + in documentation [ci skip]Edho Arief2013-07-041-1/+1
* | Grammar nazi at work [ci skip]Paweł Gościcki2013-06-121-1/+1
* | Merge pull request #10061 from trevorturk/dummy-key-generator-renameSantiago Pastorino2013-04-021-1/+1
|\ \