Tagged Questions

2
votes
2answers
172 views

How can I create a “reputation” system similar to StackOverflow using Rails?

I have users in my system and I want to create a reputation system where they begin to accumulate points based on a few, simpler inputs: The ratings of their reviews The number of reviews they have ...