ActiveRecord serialize using JSON instead of YAML June 11, 2023 by Tarik In Rails 3.1 you can just class Form < ActiveRecord::Base serialize :column, JSON end