rubyonrailsin

A Ruby and Rails talk

Sunday, March 28, 2010


Re: [Rails] Array data type----What can Be Done

by rubyonrailsin 0 comments

Tag


Share this post:
Design Float
StumbleUpon
Reddit

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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment

Subscribe feeds via e-mail

Blog Archive