Monday, July 13, 2015

Enumerated Types with ActiveRecord and PostgreSQL

An Enumerated Type (also called an “enum”) is a data type with a set of named elements, each of them having a different value that can be used as constants, among other things. An enum can be implemented in various languages and frameworks, and in this article we will implement an enum in a Ruby […]

Continue reading %Enumerated Types with ActiveRecord and PostgreSQL%


by Hendria Uzia via SitePoint

No comments:

Post a Comment