这个错误意味着什么,我不认识它?
me@michael-laptop:~/3$ rails new zzz -dmysql
The template [/home/me/3/template] could not be loaded.
Error: Could not find "/home/me/3/template" in any of your source paths.
Your current source paths are:
/home/me/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/generators/rails/app/templates
我可以me@michael-laptop:~/3$ rails new zzz
没问题
答案 0 :(得分:0)
获取ruby版本(1.8.7 vs 1.9.2)也是一个因素。我使用rvm。
这与Surya的有用评论一起给出了答案。
所以这里是rails 2和rails 3语法:
Rails 2 rails zzz -d mysql
Rails 3 rails new zzz -d mysql