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
*
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
*
|
Missing closing + in documentation [ci skip]
Edho Arief
2013-07-04
1
-1
/
+1
*
|
Grammar nazi at work [ci skip]
Paweł Gościcki
2013-06-12
1
-1
/
+1
*
|
Merge pull request #10061 from trevorturk/dummy-key-generator-rename
Santiago Pastorino
2013-04-02
1
-1
/
+1
|
\
\
|
*
|
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-1
/
+1
*
|
|
:scissors: spacing after private
Trevor Turk
2013-04-02
1
-3
/
+0
*
|
|
Be consistent when talking about cookies, key -> name
Trevor Turk
2013-04-02
1
-25
/
+25
*
|
|
Fix permanent cookie jar accessor typo
Trevor Turk
2013-04-02
1
-1
/
+1
|
/
/
*
|
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-38
/
+77
*
|
if cookie is tampered with then nil is returned [ci skip]
Neeraj Singh
2013-03-25
1
-4
/
+2
*
|
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...
Trevor Turk
2013-03-24
1
-99
/
+99
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-02-26
1
-1
/
+1
|
\
\
|
*
|
improve grammar describing ActionDispatch::Cookies::CookieJar#delete
Weston Platter
2013-02-19
1
-1
/
+1
|
*
|
improve grammar describing ActionDispatch::Cookies::CookieJar#delete
Weston Platter
2013-02-19
1
-1
/
+1
*
|
|
InvalidMessage is in ActiveSupport::MessageEncryptor namespace
Santiago Pastorino
2013-02-19
1
-1
/
+1
|
/
/
*
|
Add missing require to AP
Carlos Antonio da Silva
2013-02-08
1
-0
/
+1
[next]