Turbo Frame Targets
Play
16:16 CC

Turbo Frame Targets

#480 Oct 27, 2024 pro
In this episode, we look at using Turbo Frame Tags to target certain elements in interesting ways. In each example, we'll take unobtrusive approaches without needing any javascript.

Generative Text
Play
23:58 CC

Generative Text

#479 Oct 20, 2024 pro
In this episode, we look at adding generative text, in the form of an answer, from either Ollama or OpenAI whenever a user creates question.

Kamal 2 with PostgreSQL
Play
20:34 CC

Kamal 2 with PostgreSQL

#478 Oct 13, 2024 pro
In this episode, we expand on the previous episode by changing our database from Sqlite to PostgreSQL. We'll dive into some problems and some tricks to best handle the change. While we don't perform a data migration, we'll explore different ways to handle this.

Kamal 2
Play
22:55 CC

Kamal 2

#477 Oct 6, 2024 free
In this episode we look at deploying a Rails 8 beta application to a Digital Ocean droplet. We'll also look at a scenario of deploying Action Cable broadcasts and another with recurring background jobs.

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.