Not sure if this is even possible/practical but I'd like to serialize an
array to a string field like this and then be able to match against it.
User.find(:all, :conditions => ["interests in
(?)",current_user.interests)
Am I better of not denormalizing? How would this be done with ordinary
A/R relationships because I'm not looking for an exact match, I'm
looking for any interests that the users have in common (more like a
ranking)