Windowsのボックスにrubyをインストールしようとしていますが、問題が発生しています。私はエラーが発生し始めた時点までこの時点まで覚悟していますが、Web開発用のPHP以外のものは全く新しくなっています。ヘルプは高く評価しました!Windows上のRails - インストールの問題
EDIT私はWAMPはこちら指示に従っています:
http://www.alexbernard.fr/fichiers/blog/Installer-Ruby-On-Rails-sur-un-Wamp-Server.pdf
./gem install rails --include-dependencies
出力:上記に示した出力から
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
C:/wamp/ruby/bin/ruby.exe extconf.rb
creating Makefile
make
generating generator-x64-mingw32.def
compiling generator.c
make: x86_64-w64-mingw32-gcc: Command not found
make: *** [generator.o] Error 127
Gem files will remain installed in C:/wamp/ruby/lib/ruby/gems/2.0.0/gems/json-1.8.0 for inspection.
Results logged to C:/wamp/ruby/lib/ruby/gems/2.0.0/gems/json-1.8.0/ext/json/ext/generator/gem_make.out
ワンプ付きレールを使用するのは間違いです。開発をしている場合は、組み込みのwebrickなどを使用する必要があります。プロダクションをしているなら、linuxを使うべきです。 – pguardiario