在 Windows 7 上安装 Ruby on Rails - 快速而简单

发布于 2024-09-15 02:34:45 字数 1437 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

倾城泪 2024-09-22 02:34:45

InstantRails 2.0 是 2007 年的版本,因此已经过时了。
奇怪的是仍然有很多用户继续这样做。

我总是建议执行以下操作:

  • 使用 Rubyinstaller.org 中的最新版本(现在它们是 1.8.7p302 )

  • 有无需单独安装 ruby​​gems 包,它包含在 ruby​​installer 中(因此也包含在您使用的安装程序中)。您只需运行可执行文件即可,命令 ruby -vgem -v 应该可以工作。为了安全起见,您可能需要进行一次gem update --system

  • 还要安装devkit!它允许您安装需要编译二进制代码的gems(例如thin)。

  • 安装一组通用的 Windows gem,以满足您的需求。我在这篇文章中写了一个批处理文件。

  • 安装 git

  • 安装您选择的编辑器(Netbeans 是免费的,或者使用非常棒的 Rubymine!)

玩得开心! :)

[2014 年 2 月更新]

我在 RailsGirls 聚会上提供了帮助,在那里我们让女孩们立即使用 RailsInstaller 开始使用(它适用于 Windows 和 Mac OSX)。虽然我个人更喜欢手动执行此操作,但这是一个很好的入门选择。

InstantRails 2.0 is from 2007 and is thus sorely outdated.
It still is weird how there remain a lot of users that keep starting with that.

I would always recommend doing the following:

  • use the latest version from Rubyinstaller.org (now they are 1.8.7p302)

  • there is no need to install the rubygems package seperately, it is included in the rubyinstaller (so also in the one you used). You can just run the executable and the commands ruby -v and gem -v should work. You might want to do a gem update --system to be safe.

  • also install the devkit! it allows you to install gems that need to compile binary code (like thin).

  • install a common set of windows gems for your pleasure. I have a batch-file written up in this post.

  • install git

  • install an editor of your choice (Netbeans which is free, or use Rubymine which is awesome!)

Have fun! :)

[UPDATE February 2014]

I helped at a RailsGirls meet, and there we got the girls started up in no time using the RailsInstaller (and it is available for Windows and Mac OSX). While I personally prefer to do it manually, this is a great alternative to get you started.

无法言说的痛 2024-09-22 02:34:45

安装 gitTortoiseGIT.

Installing git and TortoiseGIT.

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