Solid Queue v1.0.0
Play
21:35 CC

Solid Queue v1.0.0

#476 Sep 29, 2024 pro
There's been a lot of updates to Solid Queue recently and with these changes came with some different approaches in how we set up the database and get visibility into the background workers.

Notification Count
Play
15:59 CC

Notification Count

#475 Sep 22, 2024 pro
In this episode, we'll learn how to use Turbo to broadcast notification counts to users. We'll look at some common mistakes and issues when doing these kinds of broadcasts.

Text to Speech
Play
16:44 CC

Text to Speech

#474 Sep 15, 2024 pro
In this episode, we look at implementing text-to-speech functionality using Ruby on Rails without third-party libraries. We'll discuss some nuances and various workarounds to address common issues.

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.