Buy or Subscribe
You can access this course in just a minute, and support my efforts to rid the world of crappy online courses!
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 local 3.2.2
Creating a Rails app with Postgres and Tailwind:
rails new railz -d postgresql -c tailwind cd railz rails s bin/dev