Nested Forms with Cocoon
Play
4:40 CC

Nested Forms with Cocoon

#71 Mar 12, 2017 free
Using the unobtrusive gem, Cocoon, learn how to handle multiple models in a single form with accepts_nested_attributes_for.

Javascript Select Form Fields with Chosen
Play
6:40 CC

Javascript Select Form Fields with Chosen

#76 Apr 16, 2017 free
Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Learn how to use Chosen in a few different ways in this episode; Rails form builder and Simple Form.

Importmaps in Rails 7
Play
8:14 CC

Importmaps in Rails 7

#312 Sep 5, 2021 free
Import maps let you import JavaScript modules using logical names that map to versioned/digested files – directly from the browser. This will be a default in the upcoming Rails 7.

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.

Wordle Clone
Play
32:34 CC

Wordle Clone

#340 Mar 13, 2022 pro
We look at recreating the popular Wordle game with StimulusJS. By exploring the mechanics of the game, we build our own approach.