muratguzel / letsrate

The best way to add rating capabilities to your rails application and your activerecord models.
http://letsrate.herokuapp.com
198 stars 234 forks source link

Separate selected from available stars #63

Open migu0 opened 10 years ago

migu0 commented 10 years ago

Scenario:

Problem: The number of available stars now matches the previous rating (as opposed to the number of stars in the option hash specified or the default value of 5). For example if the previous rating was 3, there are only 3 out of 5 stars shown and the rating can't be changed to anything above 3 stars.