Ticket #331 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

[PATCH] Cleanup and Fix for session code

Reported by: shalev.nessaiv..@gmail.com Assigned to:
Priority: major Milestone: The Future
Component: Plugin: DataMapper Keywords:
Cc:

Description

The session code was broken in several ways dealing with how the model managed the serialized/unserialized data. This patch puts everything in working order.

I've also standardized the usage of data_mapper vs. datamapper. Following previous conventions, the word used throughout the code is now "datamapper" except for file names.

Attachments

session_fix.patch (3.1 kB) - added by shalev.nessaiv..@gmail.com on 11/25/07 15:44:36.

Change History

11/25/07 15:44:36 changed by shalev.nessaiv..@gmail.com

  • attachment session_fix.patch added.

11/25/07 16:21:34 changed by e.@brainspl.at

  • status changed from new to closed.
  • resolution set to fixed.

(In [1048]) fix up datamapper sessions in merb_datamapper plugin. closes #331