Design Rails enums the right way
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
Especially in larger legacy Rails applications, it’s harder to make a meaningful refactoring without changing a lot of code. If […]
Have you ever came across a code that verifies a lot of conditions to allow for some action? In normal […]