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

Impossible to turn off disable disable_after_rate #46

Open ElvinEfendi opened 10 years ago

ElvinEfendi commented 10 years ago

The appropriate instruction to do so is disable_after_rate = options[:disable_after_rate] || true

But as you can see (options[:disable_after_rate] || true) will still be true if you set options[:disable_after_rate] = false

muratguzel commented 10 years ago

Hi .. For a long time, I have not enough time to mange this gem. But nowadays I'm available. You can check this issue 2-3 days later. Thanks ...

aaronlifton3 commented 10 years ago

Any progress on this issue? Is this gem still being maintained, or can someone link me to some alternatives?

SanderMander commented 10 years ago

:disable_after_rate => "false" try this.