Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/session/active_record_store.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8433 [8433] 12/18/07 21:14:07 bitsweat Ruby 1.9 compat: move from the deprecated Base64 module to …
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7317 [7317] 08/14/07 10:06:07 nzkoz Fix failing active record store tests
(edit) @5531 [5531] 11/15/06 20:08:43 bitsweat ARStore needs a data reader method. Closes #4795.
(edit) @3817 [3817] 03/08/06 16:53:34 minam Fix problem with unloaded ARStore sessions being loaded when they are …
(edit) @3563 [3563] 02/09/06 20:05:11 bitsweat Major components cleanup and speedup. Closes #3527.
(edit) @3519 [3519] 02/02/06 04:54:07 ulysses Further improvements to reloading code
(edit) @3509 [3509] 02/01/06 03:58:37 david If included_modules doesnt take a parameter, we shouldnt either
(edit) @3508 [3508] 02/01/06 03:54:37 nzkoz Fix Syntax problems which were preventing webrick from starting
(edit) @3506 [3506] 02/01/06 03:08:43 david ActiveRecordStore::Session shouldnt be reloadable
(edit) @3334 [3334] 12/22/05 04:04:56 david Add session ID to default logging, but remove the verbose description of …
(edit) @3108 [3108] 11/20/05 08:15:51 bitsweat Make data writer private. Marshal/unmarshal handle nil.
(edit) @3107 [3107] 11/20/05 08:07:33 bitsweat Log ActiveRecordStore debugging.
(edit) @3100 [3100] 11/20/05 04:41:59 bitsweat r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 Ticket 2731 - sessions …
(edit) @2944 [2944] 11/09/05 01:03:24 bitsweat CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a …
(edit) @2754 [2754] 10/26/05 20:15:43 ulysses Remove fingerprinting from AR session store; fix bug in store. Closes …
(edit) @2696 [2696] 10/20/05 21:59:48 bitsweat Expose the session model backing CGI::Session
(edit) @2663 [2663] 10/17/05 03:13:04 marcel Use the more appropriate columns_hash to get the session data column size …
(edit) @2627 [2627] 10/15/05 20:49:04 minam Allow ARStore::Session to indicate that it should not be reloaded in dev …
(edit) @2612 [2612] 10/15/05 14:39:29 marcel Raise an exception if an attempt is made to insert more session data into …
(edit) @2275 [2275] 09/20/05 10:54:11 david Added small note about how longtext might be needed for large session data
(edit) @2221 [2221] 09/12/05 17:35:17 david Use session_id instead of deprecated sessid
(edit) @1771 [1771] 07/08/05 16:36:26 bitsweat r2932@asus: jeremy | 2005-07-08 14:21:36 -0700 Silence …
(edit) @1711 [1711] 07/05/05 15:04:44 bitsweat r2866@asus: jeremy | 2005-07-05 13:23:10 -0700 Silence ARStore session …
(edit) @1710 [1710] 07/05/05 14:50:07 bitsweat r2850@asus: jeremy | 2005-07-05 13:08:32 -0700 Don't be strict about the …
(edit) @1693 [1693] 07/05/05 02:29:42 bitsweat r2837@asus: jeremy | 2005-07-05 00:34:31 -0700 Don't restrict sessid …
(edit) @1682 [1682] 07/04/05 21:26:54 bitsweat r2810@asus: jeremy | 2005-07-04 19:29:54 -0700 correct marshaling and …
(edit) @1679 [1679] 07/04/05 21:26:41 bitsweat r2807@asus: jeremy | 2005-07-04 18:15:18 -0700 Fingerprint the marshaled …
(edit) @1671 [1671] 07/04/05 18:30:27 bitsweat r2790@asus: jeremy | 2005-07-04 16:30:58 -0700 smart active record …
(edit) @866 [866] 03/06/05 23:34:03 david Changed ActiveRecordStore to use Marshal instead of YAML as the latter …
(edit) @639 [639] 02/17/05 01:23:41 david Fixed the verbosity of using the AR store
(edit) @529 [529] 02/07/05 19:12:11 david Make the store less verbose when saving the session data
(edit) @517 [517] 02/06/05 18:29:11 david Minor refactoring to prettify
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.