I've found ways to install Rails 4 via RVM but all of them refers to the beta version.
How to install the final version along with the latest version of Ruby (via RVM)?
rvm get stable
to get the last rvm versión
rvm install 2.0.0
to install ruby 2.0
rvm use 2.0.0
to use ruby 2.0
gem install rails
to install rails 4.0
First you need to update your rvm to the latest stable version
rvm get stable
Then, you can check all available ruby versions by
rvm list known
It should display something like this
then install ruby 2.0 by
rvm install 2.0.0-p247
once it's done, install rails by
gem install rails --version 4.0.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With