-
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…
-
Ruby on Rails 7 is Out!
On December 15, 2021 Ruby on Rails released version 7.0.0 of its web application framework. However, this came out earlier than I anticipated, so I have re-prioritized everything at Stateless Code to get the new Getting Started With Rails 7 series published as quickly as possible. Now is the Time to Learn Ruby on Rails…
-
Codecast: Install Rails 6, PostgreSQL 13, MariaDB 10.5
In this codecast, Mike installs Rails 6.1, PostgreSQL 13 and MariaDB 10.5 on Ubuntu 20-04. See the previous videos in the setup and configuration series for installing Rails dependencies: Ruby Node Yarn 0:00:10 – Install Rails 0:03:52 – Install PostgreSQL 13 Add the PPA Add the GPG key Update the sources Install PostgreSQL Verify running…