-
Getting Started with Rails 7 Episode 27: Add a Stimulus Controller for Client-Side Interaction
This is the 27th video in the Getting Started with Rails 7 series. In this video Mike adds an element with a Stimulus controller to allow for client-side interactions in the web application. Stimulus comes prepackaged in a new Rails application by default and integrates well with the “Rails Way” of building an application. Because…
-
Codecast: Install NVM and Yarn in Ubuntu 20.04
In this setup and configuration codecast, Mike installs NVM and Yarn version 1.22 on Ubuntu 20-04. This video covers: 0:01:00 – Review Yarn on the website and choose Yarn classic 0:02:11 – Attempt to install Yarn with NPM as a global package and encounter EACCES error and troubleshoot with the NPM docs 0:03:33 – Install…