Real-time Comments and Voting
Play
23:49 CC

Real-time Comments and Voting

#331 Jan 9, 2022 pro
Using Hotwire we'll create a comment and voting system from scratch without any javascript. With the help of Turbo, we enable real-time updates and broadcasts of comments and votes.

Dynamic Select Forms with Hotwire
Play
21:50 CC

Dynamic Select Forms with Hotwire

#325 Nov 28, 2021 pro
Using StimulusJS and Turbo, we are able to dynamically update select input with content based on another select input. This allows for a seamless user experience while having a configurable and maintainable backend.

Fixing Assets in CSS Bundling for Rails
Play
15:30 CC

Fixing Assets in CSS Bundling for Rails

#323 Nov 14, 2021 pro
CSS Bundling for Rails provides a new way for importing and managing our CSS assets in Rails Applications, but it does have some challenges around a few libraries (specifically font awesome and a few others) which we'll look at in this episode.

Docker on Rails 7
Play
18:25 CC

Docker on Rails 7

#320 Oct 24, 2021 pro
In this episode, we look at changing the default Rails 7 development environment over to a Docker based environment.

From Webpacker to esbuild
Play
12:14 CC

From Webpacker to esbuild

#319 Oct 17, 2021 pro
With Rails 7 coming out soon, it's a good time to look at what it could take to upgrade our existing applications to esbuild. In this episode, we start with a Rails 6 application and begin the upgrade process by removing Webpacker and switching over to esbuild.