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
/
abstract_store.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
generated session ids should be encoded as UTF-8
Aaron Patterson
2011-04-14
1
-1
/
+3
*
Initialize sid should just skip instance variables.
José Valim
2010-10-04
1
-0
/
+7
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-231
/
+49
*
no need to check for nil?
Neeraj Singh
2010-09-30
1
-1
/
+1
*
Remove more warnings on AP.
Emilio Tagua
2010-09-28
1
-2
/
+2
*
Only send secure cookies over SSL.
W. Andrew Loe III
2010-09-13
1
-1
/
+4
*
Revert "Avoid uneeded queries in session stores if sid is not given."
José Valim
2010-07-29
1
-5
/
+2
*
Set session options id to nil is respected and cancels lazy loading.
José Valim
2010-07-18
1
-2
/
+2
*
Avoid uneeded queries in session stores if sid is not given.
José Valim
2010-07-18
1
-2
/
+5
*
porting session.clear fix to master branch. [#5030 state:resolved]
Aaron Patterson
2010-07-01
1
-0
/
+5
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
1
-32
/
+32
*
Do not mark the session as loaded if an error happened while doing it.
José Valim
2010-06-25
1
-2
/
+1
*
Calling exists? in the session store, without checking for stale sessions, wa...
José Valim
2010-06-25
1
-1
/
+4
*
Make sure that Rails doesn't resent session_id cookie over and over again if ...
Prem Sichanugrist
2010-06-25
1
-1
/
+3
*
Avoid deserializing cookies too early, which causes session objects to not be...
José Valim
2010-06-24
1
-17
/
+16
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-11
/
+85
*
Took out the domain option logic to cookies.rb.
Rizwan Reza
2010-06-11
1
-12
/
+0
*
Moved Domain regexp to a constant and added comments.
Rizwan Reza
2010-06-11
1
-1
/
+8
*
The previous commit didn't work with complex domains, which is now fixed.
Rizwan Reza
2010-06-11
1
-4
/
+4
*
Add support for multi-subdomain session by setting cookie host in session coo...
Rizwan Reza
2010-06-11
1
-1
/
+6
*
Stop the flash middleware from forcibly loading sessions even if the user doe...
wycats
2010-06-04
1
-4
/
+4
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
1
-45
/
+37
*
Remove deprecated methods since 2-3-stable.
José Valim
2010-05-18
1
-34
/
+6
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Fix const reference for SessionRestoreError
Joshua Peek
2010-01-15
1
-1
/
+1
*
All AD modules are "deferrable"
Joshua Peek
2009-12-22
1
-0
/
+1
*
SessionRestoreError belongs in AD
Joshua Peek
2009-09-23
1
-3
/
+6
*
SessionHash#update and SessionHash#delete are missing a call to load! [#3056 ...
Joshua Peek
2009-08-31
1
-0
/
+2
*
Revert "Only save the session if we're actually writing to it [#2703 state:re...
Joshua Peek
2009-05-30
1
-10
/
+1
*
Only save the session if we're actually writing to it [#2703 state:resolved]
Johan Sörensen
2009-05-28
1
-1
/
+10
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-3
/
+25
*
Fix typo in stale session check [#2404 state:resolved]
Joshua Peek
2009-04-26
1
-1
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-24
/
+37
*
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
/
+166