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
/
cookie_store.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
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
*
Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::...
Mark J. Titorenko
2013-01-08
1
-3
/
+26
*
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
*
Override rack's destroy_session in cookie store
Andreas Loupasakis
2012-09-01
1
-0
/
+8
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+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
1
-8
/
+1
*
create a request session in the cookie stores
Aaron Patterson
2012-05-04
1
-0
/
+8
*
Return the same session data object when setting session id
Carlos Antonio da Silva
2012-03-26
1
-1
/
+2
*
Fix renew feature on cookies.
José Valim
2011-05-04
1
-1
/
+1
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-44
/
+20
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-1
/
+1
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
1
-4
/
+6
*
Calling exists? in the session store, without checking for stale sessions, wa...
José Valim
2010-06-25
1
-9
/
+6
*
Avoid deserializing cookies too early, which causes session objects to not be...
José Valim
2010-06-24
1
-1
/
+6
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-18
/
+21
*
Took out the domain option logic to cookies.rb.
Rizwan Reza
2010-06-11
1
-8
/
+0
*
Add support for multi-subdomain session by setting cookie host in session coo...
Rizwan Reza
2010-06-11
1
-0
/
+8
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
1
-83
/
+16
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
1
-93
/
+14
*
corrected error message in session/cookie_store [#4546 state:resolved]
Josh Kalderimis
2010-05-10
1
-1
/
+1
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-1
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-1
/
+0
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-7
/
+5
*
fixed missing or incorrect session data error message
Stefan Penner
2010-01-02
1
-1
/
+1
*
All AD modules are "deferrable"
Joshua Peek
2009-12-22
1
-4
/
+5
*
CookieStore should not be derived from Hash - reverting [#2268 state:resolved]
Jay Pignata
2009-09-03
1
-1
/
+1
*
If session_options[:id] is requested when using CookieStore, unmarshal the se...
Jay Pignata
2009-09-03
1
-3
/
+14
*
Require necessary active_support files in cookie store
Carl Lerche
2009-08-26
1
-0
/
+2
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-3
/
+4
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-8
/
+5
*
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-2
/
+4
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-0
/
+222