CSS and JS in Rails Engines
Play
22:04 CC

CSS and JS in Rails Engines

#442 Feb 11, 2024 pro
Setting up a Rails Engine with the TailwindCSS and Hotwire via Importmaps can be rather difficult. There's a lot of undocumented steps to take and it can be overwhelming to approach these problems. In this episode, we look at a step by step approach to both adding TailwindCSS and Turbo & Stimulus into a Rails Engine.

Turbo 8
Play
26:16 CC

Turbo 8

#436 Jan 7, 2024 free
With Turbo 8 comes a lot of new features and in this episode, we'll explore an upgrading a blog post with comments to add in the new functionality.

Custom Dashboard - Part 2
Play
16:19 CC

Custom Dashboard - Part 2

#433 Dec 17, 2023 pro
In this episode, we continue on from the previous episode where we finish up the dashboard and configure the views with Turbo Frame Tags.

Parent Relationships and Turbo Frames
Play
23:32 CC

Parent Relationships and Turbo Frames

#421 Sep 24, 2023 pro
Without writing any javascript, we create a highly interactive parent navigation. We will use Turbo Frames to provide the highly interactive experience and build a parent-child relationship from scratch.

Intervals and Timeouts
Play
11:40 CC

Intervals and Timeouts

#412 Jul 30, 2023 pro
In this episode, we create two different stimulus controllers for handling refresh intervals and timeouts. Using Turbo, with these stimulus controllers, we are able to create a simple solution refreshes on an interval or timeout.