【发布时间】:2015-06-04 08:26:21
【问题描述】:
我正在使用 windows8.1 。我在stackoverflow 看到了一些类似的帖子,但我没有得到任何解决方案。
C:\Sites\occtopress>bundle exec rake install
DL is deprecated, please use Fiddle
DL is deprecated, please use Fiddle
rake aborted!
Don't know how to build task 'install'
(See full trace by running task with --trace)
这是我的 Rakefile:
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Rails.application.load_tasks
请帮忙
【问题讨论】:
-
你能把你的 Rakefile 的内容贴出来吗?
-
@floum 我添加了 rakefile
标签: ruby ruby-on-rails-4 rake