Tag
Your search for serialized hash returned 1 result.
ActiveRecord helper for serialized hashes
ActiveRecord's serialize functionality is quite useful when you want some schema-less data within a relational database. I have found this particularly useful for two cases: Design elements on a page Authentication data for various (unknown) external services However, the one thing that is missing from the built in functionality is the nice getter/setters ...