Windows 7でDevkitを使用してレールをインストールしようとしています
railsinstallerをインストールしました
config.yml に Ruby2.1.0 へのパスを追加しました。
# This configuration file contains the absolute path locations of all
# installed Rubies to be enhanced to work with the DevKit. This config
# file is generated by the 'ruby dk.rb init' step and may be modified
# before running the 'ruby dk.rb install' step. To include any installed
# Rubies that were not automagically discovered, simply add a line below
# the triple hyphens with the absolute path to the Ruby root directory.
#
# Example:
#
# ---
# - C:/ruby19trunk
# - C:/ruby192dev
#
---
- C:/RailsInstaller/Ruby2.1.0
走ろうとするたびに
ruby dk.rb install
それは私に次のことを与えます:
[情報] 'C:/RailsInstaller/Ruby2.1.0' の既存の gem オーバーライドをスキップしています
[警告] 'C:/RailsInstaller/Ruby2.1.0' の既存の DevKit ヘルパー ライブラリをスキップしています
force オプションを使用しようとしたとき:
ruby dk.rb install --force
私はこれを得る:
[警告] 'C:/RailsInstaller/Ruby2 .1.0' の既存の gem オーバーライドを更新しています (バックアップあり) [警告] 'C:/RailsInstaller/Ruby2 .1.0' の DevKit ヘルパー ライブラリを更新しています (バックアップあり)