How to update rails 2.3.10 to 3.x

最后都变了- 提交于 2019-12-13 02:10:00

问题


Currently I am using rails 2.3.10, I want to update my rails version to version 3. What's the command to update rails?


回答1:


So, the basic command would be:

gem update rails

But, upgrading from 2.3.x to 3.x isn't a trivial task... you should really read up a little more on it before you do so.




回答2:


Ryan Bates shows you how to do it here. The Rails version you are using are completely different so you will have to upgrade Rails and then use this plugin to help upgrade your application unless you already know everything.



来源:https://stackoverflow.com/questions/6100723/how-to-update-rails-2-3-10-to-3-x

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!