How to create a new project with Rails 7.0.0.rc1
In case you want to start a new project with Rails 7.0.0.rc1 (or any other alpha or Rc release) here is how to do this very simple:
Install the new version of the gem with
gem install -v 7.0.0.rc1 rails
Create a new project by specifying the versi...
allaboutcoding.ghinda.com1 min read
Lucian Ghinda
Senior Product Engineer
For anyone looking to install Rails
7.1.0.beta1:gem install -v 7.1.0.beta1 rails rails _7.1.0.beta1_ new rails71_example