ajaxful-rating icon indicating copy to clipboard operation
ajaxful-rating copied to clipboard

Provides a simple way to add rating functionality to your application.

Results 31 ajaxful-rating issues
Sort by recently updated
recently updated
newest added

I haven't nailed down a pattern of why, but sometimes it is before the dimension and sometimes it is after the dimension. To be clear, it stays the same for...

I'm not sure if this is by design, but for as long as I've watched this distro, the example Heroku app has been down for "maintenance". Didn't see an issue...

I have checked the other issues with MissingRateRoute errors and I am compliant with all results. Users are raters and rateable. The user controller reads: def rate @user = @object_to_be_rated...

Bug
Needs more info

Hi, I tried to set the max star to 100 but it fails. I suspect its due to the using of dimensions together: ajaxful_rateable :stars => 100, :dimensions => [:grade,...

Hi, I am working in Rails 3.2.8 and for a while now have been trying to get the generators installed. I am getting an error as in the title. Using...

Hi, I am working in Rails 3.2.8 and for a while now have been trying to get the generators installed. I am getting an error as in the title. Using...

Would be nice to allow a user to clear a rating in case they change their mind and decide they would rather leave it blank (unrated). Perhaps a little x...

Anyone tried to use this with rails 3.1? I think the ajax helpers have been removed so none of the javascript works. I'd be happy to fork and update if...

I'm using 5 stars and cache cloumn. I'd like the tooltip to show something like 4.23, but is shows the entire number, e.g. 4.23877363432 The average is a decimal with...

How should one implement ajaxful-ratings' 'ratings_for' for a new (RESTful) object? i.e. I'd like to call 'ratings_for' in the form that initializes an object (e.g. /microposts/new). [The object would not...