[Rails] Re: Using Meta Data in a database field in a View

2010-09-30 Thread Marnen Laibow-Koser
nobosh wrote: > Looks like I'm storing data correctly, I don't want DATA to be a JSON > object as it won't be created via JavaScript but an Observer on > certain models after_create etc... > > What do you think about using YAML? I was told Marshal was the way to > go but after doing some google se

[Rails] Re: Using Meta Data in a database field in a View

2010-09-29 Thread nobosh
Looks like I'm storing data correctly, I don't want DATA to be a JSON object as it won't be created via JavaScript but an Observer on certain models after_create etc... What do you think about using YAML? I was told Marshal was the way to go but after doing some google searches I found, there isn'