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
...
*
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
|
\
\
|
*
|
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-3
/
+9
*
|
|
Remove redundant NullSerializer
Łukasz Strzałkowski
2014-08-13
1
-16
/
+7
|
/
/
*
|
Use `#bytesize` instead of `#size` when checking for cookie overflow
Agis-
2014-07-11
1
-2
/
+2
*
|
Fix weird comment. [CI SKIP]
Guo Xiang Tan
2014-07-09
1
-2
/
+2
*
|
Fixed an issue with migrating legacy json cookies.
Godfrey Chan
2014-04-23
1
-2
/
+2
*
|
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-5
/
+16
*
|
:scissors:
Zachary Scott
2014-02-23
1
-1
/
+1
*
|
rm warning about variable shadowing
Godfrey Chan
2014-02-11
1
-2
/
+2
*
|
Migrate hash-based cookie values correctly
Godfrey Chan
2014-02-11
1
-2
/
+4
*
|
Re-write legacy (marshal) cookies on read
Godfrey Chan
2014-02-11
1
-20
/
+40
*
|
Added HybridSerializer to upgrade existing marshal cookies (wip: need tests)
Godfrey Chan
2014-02-11
1
-0
/
+14
*
|
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
1
-15
/
+30
*
|
Updated the cookie docs to use the safer JSON.{generate,parse}
Godfrey Chan
2014-02-08
1
-5
/
+5
*
|
Rely on backticks instead of tt tags [ci skip]
Robin Dupret
2014-02-08
1
-2
/
+2
*
|
docs, Cookie values are String based. Closes #12860. [ci skip]
Yves Senn
2014-02-08
1
-7
/
+7
*
|
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-3
/
+5
*
|
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-2
/
+14
*
|
Update secret_key_base Docs
robertomiranda
2013-12-15
1
-8
/
+8
[prev]
[next]