Removing Friendly Id
Play
15:49 CC

Removing Friendly Id

#242 May 17, 2020 pro
Sometimes we reach for a gem because it is what we know or we've had great experience with it in the past. However, sometimes the gem is a sledgehammer for a small problem. When you don't need all of the features, sometimes developing the functionality inside your application may be a better route.

Activity Feed with Public Activity
Play
13:27 CC

Activity Feed with Public Activity

#159 Nov 11, 2018 pro
Add an activity feed to your application with Public Activity.

Audio Streaming with Active Storage
Play
10:21 CC

Audio Streaming with Active Storage

#233 Mar 15, 2020 pro
Using StimulusJS and Active Storage, create a simple Audio Streaming service where users can play and stream audio content.

Hardware Security Keys
Play
11:02 CC

Hardware Security Keys

#302 Jun 27, 2021 pro
Using a hardware security key for multi-factor authentication is a great way to protect user accounts. In this episode, we look at implementing security keys into our Ruby on Rails applications with Devise user accounts.

TailwindUI Calendar
Play
40:00 CC

TailwindUI Calendar

#383 Jan 8, 2023 pro
The TailwindUI library provides static styled HTML examples, but this can be difficult to translate into a Rails application. In this episode, we take a look at one of the calendar examples and make it interactive with displaying days that have events as well as returning events on selected days.