Ruby on Rails Thursday, July 23, 2015

I read through the pull request (https://github.com/rails/rails/pull/15704) of the deprecation of `serialized_attributes`.  I was wondering what I should do in the future.  The PR mentions using polymorphism, however, what should I use when the serialization does not represent a database entity.  I understand that this blob concept violates first normal form anyway, maybe part of the reason for the deprecation, not sure though.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/94931125-1e57-4362-a873-dac9683fb120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment