1

我是 RoR 的新手,没有太多的 Web 开发经验。我通常在这一点上放弃,但我需要一个 RoR 开发环境来工作,我无法挑选网站创建者的大脑,因为他是公司以外的人,并且明确表示他对 Windows 完全不熟悉(他开发在 Mac 上,我开始明白为什么......)。这是我第一次发帖,请多多关照。。。

目标:能够在本地机器上查看基于 RoR 的站点,最好使用预先存在的 XAMMP 服务器,但使用 rails 服务器也可以。


环境: Windows XP Xammp 1.7.3 Ruby 9.1.2 DevKit 4.5.0。

我已经尝试过: 我按照本教程中的说明开始(在 Windows 机器上安装 Xampp 和 Rails http://www.grapethinking.com/getting-rails-to-work-on-a-windows-machine-运行-xampp)。我成功完成了所有步骤,并能够创建一个 rails 应用程序并看到“欢迎登机”页面。

我从他们使用的 ror 托管服务heroku ( http://heroku.com/ ) 获得了该站点的本地副本。我修改了 apache 配置文件以指向站点的公共文件夹,如 Xampp 和 Rails 教程的第 5 步中所述。此时我在访问 localhost:3000 时收到以下消息

Access forbidden!

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403
localhost
11/4/2010 2:19:12 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1

我不确定如何更改 Windows 机器上的权限,或者这是否是问题所在。我尝试运行抱怨的“rails s”:

Could not find RedCloth-4.2.3 in any of the sources, Try running 'bundle install'.

所以我发现这篇文章描述了我的情况(http://www.ruby-forum.com/topic/204455),这导致我下载了 DevKit。此时我卸载了 ruby​​ 并使用正确的安装程序重新安装了它。我按照他们网站上的说明安装了 devkit(https://github.com/oneclick/rubyinstaller/wiki/Development-Kit)。

DevKit 不工作。config.yml 文件自动具有我安装 ruby​​ 的位置(在 ....xampp/ruby/Ruby192 中)并且它运行时没有抱怨,除了在第 5 步测试它是否真的与命令“gem install rdiscount --platform=ruby" 产生以下错误:

C:\RubyDevKit>gem install rdiscount --platform=ruby
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ERROR:  Error installing rdiscount:
        ERROR: Failed to build gem native extension.

"C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/XAMPP_Install
/xampp/ruby/Ruby192/bin/ruby.exe" extconf.rb
checking for random()... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010
/XAMPP_Install/xampp/ruby/Ruby192/bin/ruby
        --with-rdiscount-dir
        --without-rdiscount-dir
        --with-rdiscount-include
        --without-rdiscount-include=${rdiscount-dir}/include
        --with-rdiscount-lib
        --without-rdiscount-lib=${rdiscount-dir}/lib
C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/XAMPP_Install/
xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:368:in `try_do': The complier failed t
o generate an executable file. (RuntimeError)
You have to install development tools first.
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:435:in `try_link0'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:440:in `try_link'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:552:in `try_func'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:797:in `block in have_fun
c'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:693:in `block in checking
_for'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:280:in `block (2 levels)
in postpone'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:254:in `open'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:280:in `block in postpone
'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:254:in `open'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:276:in `postpone'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:692:in `checking_for'
        from C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2010/X
AMPP_Install/xampp/ruby/Ruby192/lib/ruby/1.9.1/mkmf.rb:796:in `have_func'
        from extconf.rb:5:in `<main>'


Gem files will remain installed in C:/Documents and Settings/Lyla/My Documents/n
ew/XAMPP_Server_2010/XAMPP_Install/xampp/ruby/Ruby192/lib/ruby/gems/1.9.1/gems/r
discount-1.6.5 for inspection.
Results logged to C:/Documents and Settings/Lyla/My Documents/new/XAMPP_Server_2
010/XAMPP_Install/xampp/ruby/Ruby192/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.5/ex
t/gem_make.out

所以它确实有“临时增强 PATH 以包括 DevKit ......”但没有其他工作。尝试安装 RedCloth 时会发生类似错误。

我发现这篇文章似乎非常相关,但它是为了让 dbd-odbc gem 工作,并且解决方案似乎有点特定于: 我无法让 ruby​​ 开发工具包适用于 Windows XP

我不确定他在修改 fstab 文件时在说什么……也许这会对我有所帮助?不幸的是,我找不到 fstab 文件,我的 devkit 根文件夹中没有 msys 文件夹。我在我的 ruby​​ 安装的 bin 文件夹或 devkit 的各种 bin 文件夹中找不到 gcc.bat、make.bat 或 sh.bat。

还有这篇文章(http://www.ruby-forum.com/topic/186191)暗示了一些我无法真正理解的东西......它也是2009年的,所以我认为它可能是旧的。

帮助,谢谢!

4

2 回答 2

0

这是我为任何可能感兴趣的人所做的:

平台:Windows 7 Rails 4 Ruby 1.9.2p0

  1. 通过 ruby​​installer.org 安装 Ruby
  2. 下载的 DevKit
  3. 在 Ruby 增强的 CMD 提示符下,“ruby dk.rb init”,然后是“ruby dk.rb install”
  4. 从这里下载 SQLLite DLL 文件:sqlite.org,将它们复制到 C:\Windows 目录
  5. 从 Ruby 增强的 CMD 提示符中,“Gem install RedCloth”
  6. 在 gemfile 中添加了“Gem RedCloth”
  7. “捆绑安装”

这些步骤对我有用!我不明白为什么人们很难在 Windows 上使用 Ruby。这就是我开发的所有内容,并且效果很好。

于 2010-11-29T18:41:51.830 回答
0

老实说,我实际上不会在 Windows 上设置它。它有时可能完全无法管理,甚至令人沮丧(我从经验中知道这一点)。有一个非常小的 Rails 开发人员社区使用 Windows 是有原因的。大多数其他人都使用 OS X 或某种 Linux。

使用VirtualBox (免费)之类的东西创建一个 Ubuntu 虚拟机,并在那里设置 Rails 堆栈。这是一个更加无痛的环境,你不会回头。或者,如果您不想自己进行所有设置,请使用BitNami RubyStack。这是一个预配置的 Ruby/Rails 环境,您可以将其用作虚拟机,也可以安装在您的计算机上(我会选择前者)。

希望有帮助!

于 2010-11-07T10:31:20.900 回答