When the user clicks to vote on one option, the memory used by pairwise-api increases.
This bug is solved deactivating the "acts_as_versioned" in this two models: Choice, Question .
Many objects created by this plugin are not cleaned from memory.
I'm running pairwise with Ruby 1.8.7 .