Uncategorized 20 Jun 2005 08:08 pm
Mung in your Session?
If you’re working away on a rails app and have made a change to an object that is held in a session, you may get an error about some mung in the session and then the whole app seems to die. You probably need to clear out the session cache. It holds a serialized version of an object that it can’t un-serialize any more since you went and changed it. On Windows that’s here:
C:\Documents and Settings\[username]\Local Settings\Temp\ruby_sess.
Delete any ruby_sess. and you should be back at it.