petertoth / seems_rateable

Star rating gem for rails applications. Uses jRating jquery plugin.
MIT License
13 stars 8 forks source link

not showing #11

Open parseb opened 9 years ago

parseb commented 9 years ago

I have inserted <%= rating_for c, dimension: :crating %> in a view (c is a comment), and it's not showing up. I do get this in the code:

I tried another gem and I had a problem - the stars were not showing(image thumbnails instead). - Saying this maybe it's a clue. (Rails 4.2.0beta4, Ruby 2.0.0p195)

Otherwise, keep up the good work! I'm a fan! Maybe we'll have a chat some day about "changing the world."

petertoth commented 9 years ago

Hello, sorry for such a delayed response, I have been all busy.

From my point of view, it looks like something is wrong with the assets.

Is the star image available ? Or does the javascript file apply ?

Let me know further details.

Again, I'm terribly sorry for being inactive.