码迷,mamicode.com
首页 > 其他好文 > 详细

how to change the ruby and rails version

时间:2016-03-17 21:26:20      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/chenzhenzhen/p/5289157.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!