● videoIntroduction
Introduction

Unlock Revisiting Ruby on Rails
Subscribe for full access to every course, or buy this one on its own.
SECTION
Introduction
NEXT UP
Baby Steps: Homepage
COURSE
Rails Revisited
33 lessons
About this lesson
The Source Code
You can find all the code for this production in my GitHub repo, here.
The Commands
To find out Ruby version:
ruby -v
Working with rbenv:
rbenv versions
rbenv install 3.2.2
rbenv <span class="hljs-built_in">local</span> 3.2.2
Creating a Rails app with Postgres and Tailwind:
rails new railz -d postgresql -c tailwind
<span class="hljs-built_in">cd</span> railz
rails s
bin/dev
Links
https://guides.rubyonrails.org
https://aws.amazon.com/codewhisperer/
Unlock Revisiting Ruby on Rails
Subscribe for full access to every course, or buy this one on its own.