How to generate a new rails app with a specific Rails version
Introduction
Goal
My goal is to create a new app with the 5.2 Rails version.
Make sure you have Ruby installed
rbenv versions
ruby -v
Check the current installed Rails versions
gem list rails --local
Output
If you get nothing, it's because the...
blog.alexandrecalaca.com2 min read