index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
cookies.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Join values using '; ' as per RFC spec
Andrew White
2016-02-16
1
-1
/
+1
*
Add require and move escape to private method
Andrew White
2016-02-16
1
-1
/
+6
*
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-1
/
+1
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
1
-0
/
+6
*
Add missing example for cookies.encrypted [ci skip]
Nicolas Cavigneaux
2015-11-20
1
-0
/
+7
*
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
1
-1
/
+3
*
build the Set-Cookie header functionally
Aaron Patterson
2015-09-24
1
-5
/
+18
*
Push key_generator into SerializedCookieJars
Kasper Timm Hansen
2015-09-08
1
-4
/
+4
*
Move the request method in to the AbstractCookieJar
Kasper Timm Hansen
2015-09-08
1
-4
/
+3
*
Pull up parse to the legacy upgrading module
Kasper Timm Hansen
2015-09-08
1
-10
/
+5
*
Call super to remove the decrypt_and_verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+4
*
Call super to remove the verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+2
*
Add parse method to share deserialization logic.
Kasper Timm Hansen
2015-09-08
1
-19
/
+12
*
Add commit in the EncryptedCookieJar
Kasper Timm Hansen
2015-09-08
1
-17
/
+7
*
Use commit in the SignedCookieJar
Kasper Timm Hansen
2015-09-08
1
-15
/
+6
*
Add commit method to share option normalization
Kasper Timm Hansen
2015-09-08
1
-4
/
+12
*
Add AbstractCookieJar class.
Kasper Timm Hansen
2015-09-08
1
-1
/
+3
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-2
/
+2
*
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+7
*
Remove unused requires
Marcin Olichwirowicz
2015-08-25
1
-2
/
+0
*
Remove unused block arguments
amitkumarsuroliya
2015-08-25
1
-1
/
+1
*
convert more `@env` access to get / set header
Aaron Patterson
2015-08-23
1
-11
/
+13
*
remove dead code
Aaron Patterson
2015-08-06
1
-5
/
+0
*
ask the request for the cookie jar
Aaron Patterson
2015-08-06
1
-1
/
+8
*
add a setter for the cookie jar
Aaron Patterson
2015-08-06
1
-1
/
+7
*
remove request reference from chained jars
Aaron Patterson
2015-08-06
1
-22
/
+25
*
remove `@host` ivar
Aaron Patterson
2015-08-05
1
-6
/
+4
*
remove @secure ivar
Aaron Patterson
2015-08-05
1
-5
/
+3
*
CookieJar does not need the key_generator parameter anymore
Aaron Patterson
2015-08-05
1
-3
/
+2
*
eliminate key_generator ivar
Aaron Patterson
2015-08-05
1
-11
/
+14
*
sop passing host and secure to the build method
Aaron Patterson
2015-08-05
1
-2
/
+4
*
stop using an options hash with the cookie jar
Aaron Patterson
2015-08-05
1
-38
/
+30
*
move env access to the request object.
Aaron Patterson
2015-08-05
1
-13
/
+45
*
Send cookies with request
eileencodes
2015-07-07
1
-0
/
+4
*
Refactor cookie_jar to decouple it from request object
eileencodes
2015-07-05
1
-7
/
+3
*
Document :tld_length option for cookies.
Ryan Wallace
2015-04-29
1
-0
/
+3
*
No need to capitalize verbs. [CI SKIP]
Guo Xiang Tan
2015-04-26
1
-2
/
+2
*
Add nodoc to some private constants [ci skip]
Rafael Mendonça França
2015-04-23
1
-3
/
+3
*
Merge pull request #19823 from sbhatore/doc_fix_1
Rafael Mendonça França
2015-04-23
1
-0
/
+8
|
\
|
*
Squashed commit of the following:
Siddharth Bhatore
2015-04-23
1
-0
/
+8
*
|
[ci skip] UpgradeLegacySignedCookieJar Doc fix
Siddharth Bhatore
2015-04-22
1
-2
/
+2
|
/
*
Changing sets -> set
Lindsey Bieda
2015-01-06
1
-1
/
+1
*
- Removed unused parameter to cookie serialize method and fixed usage of the ...
Vipul A M
2014-12-24
1
-4
/
+4
*
We don't need to call to_sym. Just compare the string
Rafael Mendonça França
2014-12-04
1
-1
/
+1
*
Merge pull request #17792 from rockrep/master
Rafael Mendonça França
2014-12-04
1
-1
/
+1
|
\
|
*
allow 'all' for :domain option in addition to :all
rockrep
2014-11-26
1
-1
/
+1
*
|
Merge pull request #17803 from sadfuzzy/patch-2
Abdelkader Boudih
2014-11-27
1
-1
/
+3
*
|
`secret_token` is now saved in `Rails.application.secrets.secret_token`
Benjamin Fleischer
2014-11-02
1
-4
/
+4
*
|
Use AS::JSON for (de)serializing cookies
Godfrey Chan
2014-08-17
1
-2
/
+3
*
|
Merge pull request #16467 from strzalek/cookies-digest-config-option2
Godfrey Chan
2014-08-17
1
-3
/
+9
|
\
\
[next]