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? You either need an OR mapper (for example ActiveRecord) or you store complete object graphs serialized (via Marshal in a BLOB or YAML in a CLOB). Cheers robert -- remember.guy do |as, often| as.you_can - without end