六狼论坛's Archiver
首页
›
Html/Css
› undefined method 'task'问题
cinic2003
发表于 2013-2-7 15:06:10
undefined method 'task'问题
在rails3.0,rake0.9.0下,rake时会报undefined method `task'的错误,解决方法,在Rakefile文件中加入一下代码:
require 'rake/dsl' 转自:http://www.aiseeu.com/blog/archives/501.html
说明:https://github.com/jimweirich/rake/pull/35
页:
[1]
查看完整版本:
undefined method 'task'问题