Articles tagged with 'Postgres'

Using Postgres Enum in Rails ActiveRecord

Oct 16, 2020

In this post, I will provide some code to make working with an Enum data type in Postgres easier within your ActiveRecord models. Skip to the end for the code, or stick around for some verbose pontificating.

Read more