enum
3 videos across 3 channels
Enums provide a finite set of values for a field, and the videos illustrate their use in practice: ordering a task list by status using different approaches, comparing raw Ruby hash sorting with ActiveRecord's order variations, and handling nil values and common pitfalls. The result is a practical guide to choosing the right technique for robust, predictable query results in Rails apps.

am I in trouble for this?
The video follows a playful family day in Yokohama including a turtle moment, a post trip health cycle, a festive market
00:22:17

ActiveRecord::QueryMethods in_order_of
The video explores different ways to order a task list by status, starting from a default order and then comparing pure
00:05:19