Digg like clone

are there any open source digg like clones available for rails?

thanks!

None that I know of, we coded our voting system from scratch.

– Ray Slakinski

If you’re not sure where to start, I would recommend modifying the
acts_as_rateable plugin. It should be easy, just modify the main
rating methods to add instead of average.

-josh