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
/
session
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate sid when sbdy tries to fixate the session
Santiago Pastorino
2014-08-04
1
-3
/
+3
*
[ci skip] /javascript/ -> JavaScript - cover whole app
Akshay Vishnoi
2014-07-04
1
-1
/
+1
*
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-1
/
+1
*
The digest option is no longer honoured since Rails 3.0 [ci skip]
Godfrey Chan
2014-03-20
1
-1
/
+1
*
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
2
-27
/
+0
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
2
-0
/
+27
*
Update secret_key_base Docs
robertomiranda
2013-12-15
1
-2
/
+3
*
[ci skip] Removing some gender sensitive object pronouns
Tejas Dinkar
2013-12-02
1
-2
/
+2
*
Improve documentation around the cookie store auto-upgrade to encryption
Trevor Turk
2013-04-01
1
-22
/
+37
*
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-36
/
+1
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
Revert cb3181e - no longer required.
Mark J. Titorenko
2013-01-08
1
-2
/
+0
*
Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::...
Mark J. Titorenko
2013-01-08
1
-3
/
+26
*
Avoid Rack security warning no secret provided
Santiago Pastorino
2013-01-08
1
-0
/
+2
*
Remove suggestion that Procs can be used as session secrets.
James Coglan
2013-01-05
1
-7
/
+4
*
Fix UpgradeSignatureToEncryptionCookieStore doc
Santiago Pastorino
2012-11-19
1
-9
/
+4
*
Improve UpgradeSignatureToEncryptionCookieStore docs
Santiago Pastorino
2012-11-16
1
-1
/
+14
*
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
1
-0
/
+17
*
Call get_cookie to allow the method to be overriden by subclasses
Santiago Pastorino
2012-11-16
1
-1
/
+1
*
Add missing env param to get_cookie
Santiago Pastorino
2012-11-16
1
-1
/
+1
*
Add encrypted cookie store
Santiago Pastorino
2012-11-03
1
-3
/
+20
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-2
/
+2
*
Improve error message for memcache session store when dalli isn't loaded in app
Guillermo Iguaran
2012-09-07
1
-2
/
+6
*
More fixes for action pack tests with Dalli.
Arun Agrawal
2012-09-06
1
-3
/
+3
*
Merge pull request #7495 from steveklabnik/issue_7478
Aaron Patterson
2012-09-01
1
-0
/
+8
|
\
|
*
Override rack's destroy_session in cookie store
Andreas Loupasakis
2012-09-01
1
-0
/
+8
*
|
Revert "Merge pull request #7452 from arunagw/memcached_dalli"
Jon Leighton
2012-08-31
1
-3
/
+3
|
/
*
More fixes for action pack tests with Dalli.
Arun Agrawal
2012-08-27
1
-3
/
+3
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-1
/
+1
*
session creation methods to a module
Aaron Patterson
2012-05-04
3
-24
/
+11
*
create a request session in the cookie stores
Aaron Patterson
2012-05-04
1
-0
/
+8
*
create a request::session object in the memecache store middleware
Aaron Patterson
2012-05-04
1
-0
/
+10
*
bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups
Aaron Patterson
2012-05-03
1
-150
/
+1
*
extract options finding to a method
Aaron Patterson
2012-05-02
1
-4
/
+7
*
testing session store behavior
Aaron Patterson
2012-05-02
1
-7
/
+19
*
initialize instance variables
Aaron Patterson
2012-05-02
1
-6
/
+5
*
converted session hash to delegation
Aaron Patterson
2012-05-02
1
-21
/
+19
*
session hash imported
Aaron Patterson
2012-05-02
1
-15
/
+111
*
oops, forgot some semicolons
Aaron Patterson
2012-05-02
1
-3
/
+3
*
remove unused ivar
Aaron Patterson
2012-05-02
1
-4
/
+3
*
use hash fetches to populate the :id value
Aaron Patterson
2012-05-02
1
-12
/
+7
*
imported options, switched to object composition
Aaron Patterson
2012-05-02
1
-13
/
+56
*
* move exception message to exception constructor
Aaron Patterson
2012-05-02
1
-5
/
+11
*
Support cookie jar options for all cookie stores
brainopia
2012-04-30
1
-0
/
+7
*
Return the same session data object when setting session id
Carlos Antonio da Silva
2012-03-26
1
-1
/
+2
*
remove unnecessary memcache equire in ActionDispatch::Session::CacheStore
Brian Durand
2012-02-28
1
-1
/
+0
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Get rid of the close checks since we cannot reliably close the session anyway.
José Valim
2011-12-16
1
-4
/
+0
*
Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...
Brian Durand
2011-10-21
1
-0
/
+50
[next]