Installing Rails
-
2. Installing Ruby
How to Install Ruby in GNU/Linux
Choose a Ruby 3.1+ Release.
-
3. Installing Rails 6
Then to Install Ruby on Rails 6
gem install rails -v '~> 6.[x.y]'
Replace the [x.y] with your suhaited Version in the above Command.
And this Setup has been successfully Tested with Ror 6.0.
To Check for All the available ones: RoR Releases.
Again Setup the required YARN with:sudo npm install -g yarn
Contents