aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* Add require and move escape to private methodAndrew White2016-02-161-1/+6
* Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-1/+1
* Stop violating law of demeter in response cookie_jareileencodes2015-12-061-0/+6
* Add missing example for cookies.encrypted [ci skip]Nicolas Cavigneaux2015-11-201-0/+7
* Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-1/+3
* build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* Push key_generator into SerializedCookieJarsKasper Timm Hansen2015-09-081-4/+4
* Move the request method in to the AbstractCookieJarKasper Timm Hansen2015-09-081-4/+3
* Pull up parse to the legacy upgrading moduleKasper Timm Hansen2015-09-081-10/+5
* Call super to remove the decrypt_and_verify methodKasper Timm Hansen2015-09-081-8/+4
* Call super to remove the verify methodKasper Timm Hansen2015-09-081-8/+2
* Add parse method to share deserialization logic.Kasper Timm Hansen2015-09-081-19/+12
* Add commit in the EncryptedCookieJarKasper Timm Hansen2015-09-081-17/+7
* Use commit in the SignedCookieJarKasper Timm Hansen2015-09-081-15/+6
* Add commit method to share option normalizationKasper Timm Hansen2015-09-081-4/+12
* Add AbstractCookieJar class.Kasper Timm Hansen2015-09-081-1/+3
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-2/+2
* Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+7
* Remove unused requiresMarcin Olichwirowicz2015-08-251-2/+0
* Remove unused block argumentsamitkumarsuroliya2015-08-251-1/+1
* 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
|\ \