letsrate icon indicating copy to clipboard operation
letsrate copied to clipboard

Impossible to turn off disable disable_after_rate

Open ElvinEfendi opened this issue 11 years ago • 3 comments

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

ElvinEfendi avatar Sep 27 '13 14:09 ElvinEfendi

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 ...

muratguzel avatar Nov 12 '13 13:11 muratguzel

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

aaronlifton3 avatar Jan 28 '14 08:01 aaronlifton3

:disable_after_rate => "false" try this.

SanderMander avatar Jun 10 '14 09:06 SanderMander