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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -