JSONB + Rails to store glorified strings in your DB

Everyone likes a good old quick and dirty hack every once in a while. For example, who hasn’t stored — or at least hasn’t been tempted by storing — a list of values as a simple string in the database? Let’s see when this could be a good choice, and how to use Postgres JSONB to make our lazy decisio…