ratyrate icon indicating copy to clipboard operation
ratyrate copied to clipboard

:star: A Ruby Gem that wraps the functionality of jQuery Raty library, and provides optional IMDB style rating.

Results 101 ratyrate issues
Sort by recently updated
recently updated
newest added

I want put my **rating_for** and **avg** on same line with others informations, but ever break line. How make consert this?

speed : engine: price : code above shows the stars with rating, but i want to get the average of this tree displayed?

I am attempting to integrate this ratyrate gem into my rails application. After installing the gem running `rails g ratyrate [my user equivalent] ` when I subsequently attempt to migrate...

When I submit rating, I got the following errors Parameters: {"score"=>"4", "dimension"=>"satisfaction", "id"=>"36", "klass"=>"Product"} Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms) ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

I wonder if `Devise` is necessary for `ratyrate` to work. Documentation says that _"the generator takes one argument which is the name of your existing devise user model UserModelName."_ Of...

This fixes the image paths to load images properly in production environment when options are not passed.

Hi... I'm deploying my app on Heroku and I've a problem with star images. The app in development it's working OK. It seems that the problem in production resides in...