Plugins - object_id_session
Add to favoritesA very simple plugin that allows to store ActiveRecord models over session using their IDs transparently.
So, for example, you are saving User in a session:
session[:user] = User.find(id)
After this, your session will have :user => id and “__user_object_id_session” => User.
Also it seems to handle new records properly.
http://rashkovskii.com/articles/2007/01/02/object_id_session
svn://verbdev.com/rubylibs/object_id_session/trunk
BSD-type
Controllers

svn repository not reachable : connection refused ??