Displaying 2 results from an estimated 2 matches for "last_fiv".
Did you mean:
last_five
2006 Jan 24
1
Serialize
HI all,
I not understand a method serialize.
Anyone have any example using de serialize.....
Thanks
--
Posted via http://www.ruby-forum.com/.
2007 Aug 07
1
serializing a Proc doesn't seem to work
In Agile Web Development with Rails, there is a section on serializing
Ruby objects.
"We can assign any Ruby object to the last_five column" ... p312
When I attempt to do this with a proc object, something like this is
saved in the db
--- !ruby/object:Proc {}
Obviously, this doesn''t do much, and I attempt to use it ...
NoMethodError: undefined method `call'' for "--- !ruby/object:Proc {}\n
\n"...