从 Winxp 到 Win7 需要重新安装所有 Rails gems?

发布于 2024-12-05 05:04:55 字数 318 浏览 0 评论 0原文

我已经从 winxp 盒子切换到新的 win7 64 位盒子,我想让我的 Rails 开发项目在上面运行。我可以将我的项目文件夹复制到新盒子中,现在我想将我在 winxp 上使用的所有 gems 迁移到 win7。

  1. 我需要在win7上再次“gem install”所有gem吗?或者我可以有一个更简单的方法来做到这一点?请详细说明如何操作。

  2. 我想将我的schema.rb迁移到win7上新安装的mysql。怎么办呢?我安装了aptana studio 3,但是rake和generator功能不再可用。

谢谢 炮台

I've switched from a winxp box to a new win7 64bit box and i want to get my rails development project running on it. i can copy my project folder to the new box and now i want to migrate all the gems that i used on my winxp to the win7.

  1. do i need to "gem install" all the gems again on the win7? or i can hv an easier way to do it? pls give details on how to do it.

  2. i want to migrate my schema.rb to the newly installed mysql on the win7. how to do it? i installed aptana studio 3 but the rake and generator functions are no longer available.

thanks
batterhead

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

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

发布评论

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

评论(1

最好是你 2024-12-12 05:04:55

1)你有 Gemfile 吗?如果是这样,只需在项目目录中运行 bundle update 命令即可。

2) 在项目目录中运行rake db:migrate(假设您已经更新了配置文件)

HTH

1) Do you have Gemfile? If so, just run bundle update command at your project's directory.

2) Run rake db:migrate at your project's directory (assuming you already updated a configuration file)

HTH

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