Robert Klemme wrote: > 2008/10/27 Jamal Soueidan <jamal / soueidan.com>: >> I want to ask if it's possible to save object reference in database for >> later use? > > No, not directly. How should that work? Well, technically it *is* possible to save object references - see weakref.rb for an implementation. But this is almost certainly not what the OP wants (since those object references won't survive garbage collection, or application restart) -- Posted via http://www.ruby-forum.com/.