I would like to save an array of strings into a "serialize" field. But I'm afraid that its order will not be kept, when I deserialize it.
I've done some test, and it seems ok. Have you suggestions?
Thanks in advance
P.s. I'm working with Ruby 1.8.7 and rails 2.3.x