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_controller
/
session
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...
Jeremy Kemper
2007-03-03
1
-13
/
+28
*
Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...
Jeremy Kemper
2007-03-03
1
-1
/
+4
*
Cookie session store: empty and unchanged sessions don't write a cookie.
Jeremy Kemper
2007-02-25
1
-1
/
+2
*
CGI escape the session cookie.
Jeremy Kemper
2007-02-22
1
-2
/
+2
*
Introduce a cookie-based session store as the Rails default. Sessions typical...
Jeremy Kemper
2007-02-21
1
-0
/
+113
*
ARStore needs a data reader method. Closes #4795.
Jeremy Kemper
2006-11-15
1
-0
/
+2
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
2
-0
/
+8
*
Fix problem with unloaded ARStore sessions being loaded when they are garbage...
Jamis Buck
2006-03-08
1
-9
/
+14
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
Further improvements to reloading code
Nicholas Seckar
2006-02-02
1
-5
/
+0
*
If included_modules doesnt take a parameter, we shouldnt either
David Heinemeier Hansson
2006-02-01
1
-1
/
+1
*
Fix Syntax problems which were preventing webrick from starting
Michael Koziarski
2006-02-01
1
-1
/
+1
*
ActiveRecordStore::Session shouldnt be reloadable
David Heinemeier Hansson
2006-02-01
1
-0
/
+5
*
Added the possibility to specify atomatic expiration for the memcachd session...
David Heinemeier Hansson
2006-01-22
1
-12
/
+18
*
Add session ID to default logging, but remove the verbose description of ever...
David Heinemeier Hansson
2005-12-22
1
-15
/
+0
*
Make data writer private. Marshal/unmarshal handle nil.
Jeremy Kemper
2005-11-20
1
-8
/
+8
*
Log ActiveRecordStore debugging.
Jeremy Kemper
2005-11-20
1
-0
/
+19
*
r3173@asus: jeremy | 2005-11-18 23:34:41 -0800
Jeremy Kemper
2005-11-20
1
-9
/
+4
*
CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...
Jeremy Kemper
2005-11-09
1
-40
/
+51
*
Remove fingerprinting from AR session store; fix bug in store. Closes #2612
Nicholas Seckar
2005-10-26
1
-29
/
+18
*
Expose the session model backing CGI::Session
Jeremy Kemper
2005-10-20
1
-0
/
+15
*
Use the more appropriate columns_hash to get the session data column size limit.
Marcel Molina
2005-10-17
1
-1
/
+1
*
Allow ARStore::Session to indicate that it should not be reloaded in dev mode
Jamis Buck
2005-10-15
1
-0
/
+5
*
Raise an exception if an attempt is made to insert more session data into the...
Marcel Molina
2005-10-15
1
-4
/
+28
*
Added small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
1
-2
/
+3
*
Use session_id instead of deprecated sessid
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
r2932@asus: jeremy | 2005-07-08 14:21:36 -0700
Jeremy Kemper
2005-07-08
1
-4
/
+4
*
r2866@asus: jeremy | 2005-07-05 13:23:10 -0700
Jeremy Kemper
2005-07-05
1
-4
/
+7
*
r2850@asus: jeremy | 2005-07-05 13:08:32 -0700
Jeremy Kemper
2005-07-05
1
-6
/
+10
*
r2837@asus: jeremy | 2005-07-05 00:34:31 -0700
Jeremy Kemper
2005-07-05
1
-20
/
+19
*
r2810@asus: jeremy | 2005-07-04 19:29:54 -0700
Jeremy Kemper
2005-07-04
1
-8
/
+23
*
r2807@asus: jeremy | 2005-07-04 18:15:18 -0700
Jeremy Kemper
2005-07-04
1
-22
/
+22
*
r2790@asus: jeremy | 2005-07-04 16:30:58 -0700
Jeremy Kemper
2005-07-04
1
-52
/
+232
*
Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...
David Heinemeier Hansson
2005-03-06
1
-10
/
+23
*
Fixed the verbosity of using the AR store
David Heinemeier Hansson
2005-02-17
1
-3
/
+5
*
Make the store less verbose when saving the session data
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-2
/
+2
*
Minor refactoring to prettify
David Heinemeier Hansson
2005-02-06
1
-8
/
+3
*
Fixed that MemCacheStore wasn't included by default and added default MemCach...
David Heinemeier Hansson
2005-01-11
1
-1
/
+1
*
Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...
David Heinemeier Hansson
2005-01-04
1
-0
/
+95
*
Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]
David Heinemeier Hansson
2005-01-02
1
-1
/
+24
*
Initial
David Heinemeier Hansson
2004-11-24
3
-0
/
+112