我在我的本地服務器上運行我的應用程序,沒有問題,並且一直推到Heroku,直到現在沒有問題。我突然看到了這個錯誤:Heroku Rails 4 - FileNotFound jquery.ui.all
Running: rake assets:precompile
rake aborted!
Sprockets::FileNotFound: couldn't find file 'jquery.ui.all'
我的Gemfile:
gem 'jquery-rails'
gem 'jquery-ui-rails'
我application.js
:
//= require jquery
//= require jquery_ujs
//= require jquery.turbolinks
//= require turbolinks
//= require bootstrap
//= require_tree ./
//= require jquery.ui.all
讓我知道,如果需要更多的信息。在你的Gemfile
如果你解決了這個問題,你可以更新這篇文章嗎?我實際上遇到了與Heroku部署非常類似的問題。 – fibono