attr_json 2.0 release: ActiveRecord attributes backed by JSON column

23 · Jonathan Rochkind · Feb. 9, 2023, 9:40 p.m.
attr_json is a gem to provide attributes in ActiveRecord that are serialized to a JSON column, usually postgres jsonb, multiple attributes in a json hash. In a way that can be treated as much as possible like any other “ordinary” (database column) ActiveRecord. It supports arrays and nested models as hashes, and the embedded nested … Continue reading attr_json 2.0 release: ActiveRecord attributes backed by JSON column →...