Single Table Inheritance
Play
8:33 CC

Single Table Inheritance

#97 Sep 10, 2017 free
Learn to use single table inheritance to allow multiple classes to be stored in the same database table.

Stimulus Javascript Framework
Play
21:59 CC

Stimulus Javascript Framework

#112 Dec 31, 2017 pro
Used at Basecamp for some time, and recently open sourced to the public, Stimulus is a small Javascript Framework used to manipulate existing DOM elements on the page. This episode, we will dive into interacting with Stimulus and setting it up in a new Ruby on Rails application.

Saving Individual Attributes with StimulusJS
Play
14:31 CC

Saving Individual Attributes with StimulusJS

#189 May 19, 2019 pro
In this episode, we take a look at recreating a feature on Zoom's setting page where clicking a check box automatically saves the changed setting.

Realtime Client Updates from Background Jobs with Stimulus
Play
23:30 CC

Realtime Client Updates from Background Jobs with Stimulus

#190 May 26, 2019 pro
Using RailsUJS, ActiveJob, ActionCable and Stimulus, we create a realtime feedback for background jobs running to provide a better user experience.

Rails API Basics
Play
5:28 CC

Rails API Basics

#49 Oct 2, 2016 free
A brief introduction on Rails API. Learn how to create an API application and setup the routes. This episode is paving the way for more in depth looks into Rails API.