Lucian GhindaProallaboutcoding.ghinda.comยทSep 15, 2023How to create a new Rails app running Rails 7.1 beta or main branchNew app with Rails 7.1.beta1 Here is how to create a new Rails app that runs on Rails 7.1 beta1 gem install -v 7.1.0.beta1 rails rails _7.1.0.beta1_ new myrails71app Replace myrails71app with your own app name and you are good to go. This will gene...768 readsLearning Ruby and RailsRubyAdd a thoughtful commentNo comments yetBe the first to start the conversation.