Tag Archives : COmmand to install a specific version of Rails

How to install a specific version of RAILS on your system

How to install a specific version of RAILS on your system

RAILS When you use the command gem install -rails to install Rails on your system, by default it will always install the latest Rails version. In case you need to install a specific version of Rails because of whatever reasons you might have, you can use the following command. gem install rails –version 3.0.1 The above mentioned command will install the mentioned version 3.0.1 on your system. You should replace 3.0.1 …

Powered ByDigital Updates