On Sun, Mar 13, 2011 at 9:20 AM, Zhenning Guan <li...@ruby-forum.com> wrote:

> I marshal a Model object and store into a table column(text type), it
> always strip the size into 127. so I can not return a marshal object to
> model object. how can I make this work?
>
>

the text column is 2GB- you must not be doing it write

show me a 'describe table' (or 'show create table') for your table.

you probably also don't want to do this marshall manually.

Look into :serializable




-- 
make haste slowly \
festina lente  \
-
mobile  +1_415_632_6001
curtis.schofi...@gmail.com <cur...@robotarmyma.de>
http://robotarmyma.de

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

Reply via email to