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

Dynamic rate #89

Closed Rui90 closed 7 years ago

Rui90 commented 8 years ago

It is possible to add dynamic rates?

Because I am building an application based on events, and that events composition can grab content from other events and new events can be created at all the time. I would like to have an option to rate only the content of the newly created event.

The problem of using a thing like: letsrate_rateable "rate_event" is imagine, an event has two videos, the other event has also two videos, one of the videos are common to both events. I want the video to have separate ratings in both events, but if I use "rate_event" classification it will count for the same, unless I create two letsrate_rateable "rate_timeline1" and letsrate_rateable "rate_timeline2" the problem is, this would need to be dynamic because I don't know how many events will be created. Is this possible?