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
*
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