I've seen a few blog posts claiming that rails 4.2 added support for the new Jsonb data type in Postgres 4.2.
However, googling gets me zero results on how to actually use the datatype. Since I'm not depending on key order and I would like my application to be fast, I would very much like to use Jsonb instead of json in one of my models.
Was it actually added in 4.2, and, if so, how do you use it?