我尝试了我在这里找到的所有解决方案,比如在本地预编译,将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