ruby on rails - Why is my raty stars not working/loading/appearing in Heroku although it works perfectly fine on development? [SOLVED] -
i tried solution can found here precompiling locally, changed jquery.raty.js jquery.raty.js.erb , others doesn't worked me.
i placed star-half.png, star-off.png, , star-on.png in app/assets/images while jquery.raty.js in app/assets/javascripts
i need please!
edit:
epic solution worked me this:
config/environments/production.rb
from:
config.assets.compile = false
to:
config.assets.compile = true
Comments
Post a Comment