Is there a gem that implements “most popular” functionality for ActiveRecord / Ruby on Rails.
I have a model Article, and I would like to retrieve the most popular / most read articles, using my Google Analytics data.
I have written this in PHP from scratch and was wondering if there is a plugin/gem for Rails available.
Thank you,
Anton
I found this gem to do most of what I need.
https://github.com/vigetlabs/garb