修改Ruby的config.yml文件

安装Ruby的时候,需要安装DevKit,为了便于管理,最好把DevKit安装在Ruby200-x64目录下。在运行完ruby dk.rb init后会在当前目录生成config.yml文件,在执行ruby dk.rb install之前需要修改config.yml。在该文件的最后,增加一行代码,使得它成为下面这个样子:

 

# the triple hyphens with the absolute path to the Ruby root directory.
#
# Example:
#
# ---
# - C:/ruby19trunk
# - C:/ruby192dev
# ---
- C:/ruby200-x64

 

不能缺少C:前面的减号。

 

数据库下载选择sqlite容易通过,选择MySQL不容易。

你可能感兴趣的:(修改Ruby的config.yml文件)