Agung Prasetyo
Agung Prasetyo

Reputation: 4483

Ruby On Rails, Reputation System

i've plan for my Rails Apps where user could have reputation like good/bad user. In your opinion how do I best implement a reputation system to for my user ?. Currently I am interested to apply such a reputation system on Ebay, between buyer and seller. Is there any tutorial and gem/plugin to implement web reputation system especially in Ruby on Rails.

Upvotes: 2

Views: 826

Answers (2)

katsuya
katsuya

Reputation: 1204

Twitter released an open sourced gem related to this recently:

https://github.com/twitter/activerecord-reputation-system

Upvotes: 6

hs2d
hs2d

Reputation: 6199

Maybe this is what u looking for: https://github.com/vshvedov/vote_fu_rails_3

Upvotes: 3

Related Questions