Ruby or Rails
Play
11:00 CC

Ruby or Rails

#473 Sep 8, 2024 pro
In this episode, we take a look at 20 different code examples and have to determine if they are part of Ruby's core library or if they are specific to the Ruby on Rails framework.

Dependent Fields with Hotwire
Play
20:10 CC

Dependent Fields with Hotwire

#472 Sep 1, 2024 free
Large forms can be overwhelming to fill out, especially if not all of the fields are required. In this episode, we'll look at creating a stimulus controller to conditionally display fields based on the input of another field.

Dark Mode
Play
15:03 CC

Dark Mode

#471 Aug 25, 2024 pro
In this episode, we look adding dark mode to our applications. This can be important for users who use dark mode and then come across your web application. The sudden change in brightness can be jarring or uncomfortable.

Have I Been Pwned
Play
12:52 CC

Have I Been Pwned

#470 Aug 18, 2024 pro
Pwned Passwords are hundreds of millions of real world passwords previously exposed in data breaches.In this episode, we will look at adding this integration into our Rails applications where Devise or Action Auth are used as the authentication solutions.

Kanban from Scratch Part 2
Play
20:23 CC

Kanban from Scratch Part 2

#469 Aug 11, 2024 pro
Continuing on with the Kanban board, we look at adding the position functionality of reordering the card placements.