我可以使用捆绑包来升级 Rails 吗?

发布于 2024-12-10 18:28:59 字数 155 浏览 0 评论 0原文

我已经能够通过编辑 Gemfile 和捆绑更新成功从 3.0.1 升级到 3.0.6...

我喜欢这样一个事实:如果出现问题,我可以恢复到版本 3.0.1

也可以升级仅使用捆绑包到rails 3.1.1,如果某些功能在rails版本中不起作用,则返回到3.0.6?

I have been able to successfully upgraded from 3.0.1 to 3.0.6 by editing the Gemfile and bundle update...

I like the fact that if something goes wrong I can revert back to the version 3.0.1

Is is also possible to upgrade to rails 3.1.1 just using bundle and go back to 3.0.6 if something does not work in the rails version?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

メ斷腸人バ 2024-12-17 18:28:59

Bundler 只需将您的应用程序指向正确的库(当然,还下载所有依赖项!)。

您的应用程序需要适合正确版本的库。 Rails 也是如此。

总而言之,您无法通过捆绑程序从 Rails 3.0.x 升级到 3.1.x,但有一个 Railscast 可以实现此目的:)

Bundler just point your app to the right libraries (and, of course download all dependencies!).

Your app needs to fit the proper version of the libraries. So is it for Rails.

To conclude, you can't upgrade from rails 3.0.x to 3.1.x via bundler but there is a Railscast for this :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文