Salty Bits

home

Migrate your Rails stores from YAML to JSON

14 Jan 2014

Turns out Ruby 2.0 uses a new psych handler for yaml over the old syck library and their formats are incompatible.

Rather than dealing with YAML compatibility issues, let's take a simpler route and just migrate to JSON stores instead.