为什么
$ rails _3.2.0_ new linker -dmysql -T
返回:
The template [/home/durrantm/linker/template] could not be loaded.
我该如何解决这个问题?
答案 0 :(得分:0)
-d选项和值之间必须有空格,因此不是:
$ rails _3.2.0_ new linker -dmysql -T
使用
$ rails _3.2.0_ new linker -d mysql -T