ruby on rails - Sprockets::FileNotFound -
i working communityengine
here faced problem.
sprockets::filenotfound in base#site_index
//in gemfile use:
gem 'community_engine', github: 'bborn/communityengine' , branch: "rails4"
i use gem 'sprockets', '~> 2.12.1'
depends on 'sprockets', '~> 2.10.0'
change gem 'sprockets', '2.10.0'
still not working ...
(c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/communityengine-3d086183561a/app/views/shared/_end_javascript.html.haml 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)
looks using broken version of communityengine. please try updating gem (your issue fixed in this commit).
Comments
Post a Comment