Search posts, tags, users, and pages
Lucian Ghinda
Senior Product Engineer
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...
For anyone looking to install Rails 7.1.0.beta1:
7.1.0.beta1
gem install -v 7.1.0.beta1 rails rails _7.1.0.beta1_ new rails71_example
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