链轮:: FileNotFound

时间:2014-05-17 02:42:35

标签: ruby-on-rails sprockets communityengine

我正在使用CommunityEngine

我在这里遇到了这个问题。

Sprockets::FileNotFound in Base#site_index 

//在我的gemfile中使用:

gem 'community_engine', github: 'bborn/communityengine' , branch:  "rails4"

我使用gem 'sprockets', '~> 2.12.1' 这取决于'sprockets', '~> 2.10.0'然后我将其更改为gem 'sprockets', '2.10.0' 仍然没有工作......

(C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/communityengine-3d086183561a/app/views/shared/_end_javascript.html.haml where line #1 raised: 
couldn't find file 'jquery.ui.all'
  (in C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/communityengine-3d086183561a/app/assets/javascripts/community_engine.js:7)

1 个答案:

答案 0 :(得分:1)

看起来您使用的是破碎版的CommunityEngine。请尝试更新您的gem(您的问题已在this commit中修复)。