Under the hood of the includes method in Rails
The way the includes method work in Active Record is one of the most common questions during interviews, yet many […]
The way the includes method work in Active Record is one of the most common questions during interviews, yet many […]
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
A quick look at the pattern’s name Let’s just quickly analyze its name before we move on: The definition There […]