Rails 新建 toto 博客文章时出错

findever · September 13, 2012 · Last by findever replied at September 13, 2012 · 1873 hits

在 blog 目录下执行 rake new 提示 rake aborted! no such file to load -- toto /home/find/work/gitrails/myblog/rakefile:1:in `require'

看了下 rakefile 这个文件,第一句就是 require 'toto',但是目录中似乎不存在 toto 这个文件,工程是从 git://github.com/cloudhead/dorothy.git 上 clone 下来的,不知道怎么解决?

大致解决了,去 gems 上下了个 toto,直接 gem install 竟然没有了,囧

You need to Sign in before reply, if you don't have an account, please Sign up first.