Am 28.03.2010 um 10:38 schrieb kevid:

> please i have an array in my rails application (for example; $x = [23,
> how, this,56, you, nice])
> 
> I want to store it in a mysql database as a SINGLE RECORD  with a
> name .
> 
> thus  i can get each array with its name and still be able to access
> the array like an array
> 
> i.e $x[0]   # => 23
>    $x[1]   # => how
> 
> .....and so on
> 
> I don't know what DATA TYPE to use and how to do it.


See "Saving arrays, hashes, and other non-mappable objects in text columns" in 
http://api.rubyonrails.org/classes/ActiveRecord/Base.html

Felix

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to