I'm running rails 3.2, and trying to add a rating system using this: http://wbotelhos.com/raty/.
For some reason, even though I've added:
$('#rating').raty();
to my script, and
<div id="rating"></div>
to my html as shown at the website, I still can't see the stars.
I've added:
//= require jquery.raty
to my application.js, and have jquery.raty.js in my javascripts folder.
I can't seem to figure out what I'm doing wrong.
I've tried using a gem: https://github.com/bmc/jquery-raty-rails and that doesn't work either