首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Access >

Global access to Rake DSL methods is deprecated

2012-11-07 
Global access to Rake DSL methods is deprecated.碰到了这个问题,Google了一下,有好多人碰到,最快的解决

Global access to Rake DSL methods is deprecated.

碰到了这个问题,Google了一下,有好多人碰到,最快的解决方案是修改一下Rakefile文件,在倒数第二行加上

include Rake::DSL
?

另一种解决方案是将rake的版本降低为0.8.7(在Gemfile中添加? gem 'rake', '0.8.7')

?

热点排行