how to change the ruby and rails version
Posted chzhzh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了how to change the ruby and rails version相关的知识,希望对你有一定的参考价值。
changing ruby version
checking ruby version run(if you had have install rvm to manage rubies:
$rvm list
$rvm use ruby-2.0.0-p643 --defualt
changing rails version:
changing the rails versions when running rails new to build a new app(installing rails in gem):
$gem list rails
$rails new _3.0.5_ appName
以上是关于how to change the ruby and rails version的主要内容,如果未能解决你的问题,请参考以下文章