wazery / ratyrate

:star: A Ruby Gem that wraps the functionality of jQuery Raty library, and provides optional IMDB style rating.
http://ratingmoviestore.herokuapp.com
237 stars 120 forks source link

Helper file & Heroku #92

Open KevCole opened 9 years ago

KevCole commented 9 years ago

I see the issue of the stars not working when deploying to Heroku.That's my current situation also.

One of the solutions posted has a fix for changing the jquery.raty.js file to jquery.raty.js.erb I've done that part. The second part comes in the form of editing the helper file.

I don't see that helper file. How exactly do I incorporate the helper file? Should it have been automatically installed with the gem or do I have to manually install it. Thanks in advance

yihyang commented 9 years ago

@KevCole Hi there, can you try pulling the latest version and see whether the issue is resolved? Thanks