为什么我的raty明星在Heroku中没有工作/加载/出现,尽管它在开发时工作得非常好?

时间:2016-02-03 04:33:10

标签: ruby-on-rails raty

我尝试了我在这里找到的所有解决方案,比如在本地预编译,将jquery.raty.js更改为jquery.raty.js.erb和其他,但它对我没用。

我在app / assets / images中放置了star-half.png,star-off.png和star-on.png,而jquery.raty.js在app / assets / javascripts中

解决:

感谢this

对我有用的解决方案

配置/环境/ production.rb

从:

config.assets.compile = false

为:

config.assets.compile = true

0 个答案:

没有答案