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.

Stimulus Outlets API
Play
13:57 CC

Stimulus Outlets API

#378 Dec 4, 2022 free
Outlets let you reference Stimulus controller instances and their controller element from within another Stimulus Controller by using CSS selectors. In this episode, we look at a simple example and then refactoring some older code where we used some workarounds to communicate with other stimulus controllers.

Infinite Scrolling
Play
5:40 CC

Infinite Scrolling

#29 May 16, 2016 free
Infinite scrolling is now a common feature and there are several cases where it is really useful. For instance there are some websites where we simply can’t imagine a good pagination system, like Twitter or even Facebook.

Diving into Hotwire
Play
14:45 CC

Diving into Hotwire

#277 Jan 3, 2021 free
In this episode, we look at the installation scripts of Hotwire and get a better understanding of what they're doing in order to integrate it into our applications more efficiently.

Charts and Graphs
Play
7:42 CC

Charts and Graphs

#55 Nov 21, 2016 free
Learn how to use one of three charting libraries, Chart.js, Highcharts, or Google Charts, using the Chartkick gem to create simple and unobtrusive charts in your application.