210 - Ruby on Rails - Tips and Tricks
Play
13:23 CC

210 - Ruby on Rails - Tips and Tricks

#210 Oct 6, 2019 free
Ruby and Ruby on Rails tricks from, dot files, operators, bundling, StimulusJS and more.

Nested Forms from Scratch with StimulusJS
Play
16:54 CC

Nested Forms from Scratch with StimulusJS

#186 May 5, 2019 free
Using StimulusJS controllers, adding nested forms to a Rails application is easy and unobtrusive. In this episode, we look at an alternative way of creating nested forms without the Cocoon gem.

Hotwire
Play
27:21 CC

Hotwire

#275 Dec 23, 2020 free
Hotwire is the newest magic which takes a different approach to building modern web applications without using much JavaScript.

Hotwire Turbo Replacing Rails UJS
Play
9:36 CC

Hotwire Turbo Replacing Rails UJS

#307 Aug 1, 2021 free
In this episode, we look at some common functionality that we got with Rails UJS and what it looks like to reimplement these with Hotwire's Turbo and StimulusJS.

The Stimulus 2.0 Tutorial
Play
16:29 CC

The Stimulus 2.0 Tutorial

#272 Dec 6, 2020 free
Stimulus 2.0 has been released and with it comes new features, changes and bug fixes. In this episode, we look at adding Stimulus in our application, exploring the new features, and looking at what has changed.