-
Getting Started with Rails 7 Episode 21: Upgrades, Bug Fixes, and Tweaks
This is the 21st video in the Getting Started with Rails 7 series. In this video Mike upgrades to Ruby 3.1.0 and Rails 7.0.1. After the upgrade, he demonstrates the debugger command, makes some changes to get the browser tests to work with basic authentication without changing the requirements, converts the link_to helper to a…
-
Getting Started with Rails 7 Episode 1: Install, Create Project, and Start Server
Ruby on Rails 7 is out! This is the 1st video in the Getting Started with Rails 7 series. In this video Mike provides an introduction and overview of Ruby on Rails, installs Rails 7 (and temporarily disables Node to show it’s no longer a default dependency), creates the example blog project, explores the directory…
-
Codecast: Install RVM and Ruby with Troubleshooting
In this setup and configuration codecast, Mike installs RVM, Ruby 2.7 and Ruby 3.0 on a new Ubuntu 20.04 desktop. This video covers: 0:02:06 – Install gpg2 0:02:37 -Import the RVM GPG keys 0:02:44 -Add the RVM PPA 0:03:58 -Install RVM 0:04:36 -Add user to the RVM group (or by specific username if not the…