Enum validations and database constraints in Rails 7.1 How to add model validation for a column using a PostgreSQL enum type in Rails 7.1. Sally Hall April 16, 2024 Web Rails Active Record Databases Validation Enum
enum VS enum VS enum - Enumeration, Enumerator & Enumerable How do enums works in Ruby, and what they actually are. Fernando Marques October 4, 2022 Enum Enumerable Enumerator Enumeration Design Pattern PostgreSQL Ruby Development
The trouble with TypeScript enums Enums are perfect for modeling a set of options. Or are they? Wil Hall March 9, 2020 TypeScript Enum Union Types