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

Is the current master branch compatible with Rails3, or should we explicitly use the Rails branch? The reason I ask is that the most recent work is on the master...

In order to get the styling working I've had to manually move the assets from "assets/" to "app/assets".

we have a site that we can't require logins for, but needs to have ratings. it would be fine if every rating was cookie based or something, or even if...

ToDo

I installed the gem via Gemfile/Bundler and when I tried to run the generator, it was missing.

When you set up axr without dimensions in Rails 3.1 and vote, `dimension=&...` is always passed in url and because of that `@model.rate(stars, current_user, "")` is called instead of `@model.rate(stars,...

Just like you have a rateable_id and a rateable_type we could have a rater_type to go along rater_id so that multiple models could act as a rater. The example I...

we need a custom star width option (default is 25px) to handle a custom star image. for now we hacked the gem and change the line 62 in stars_builder.rb (function...

ToDo

When you call inside your layout file it works fine. But if I try calling it inside a view file like this: it doesn't work as expected. I can see...

ToDo
Bug

I impleneted ajaxful rating on a Store model with 3 dimensions. I am caching rating average for each dimension as well as the overall average rating. The individual dimension rates...

ToDo
Feature

The title essentially says it all. mod_rails won't boot my app because of this. I thought it was because I wasn't vendorizing my gems, but having verifying that I've now...

Needs more info