Add management for ordering your models by a historical popularity value.
gem 'popularable'
$ bundle install
$ bundle exec rails g popularable:install
$ bundle exec rake db:migrate
class Widget < ActiveRecord::Base
include Popularable::Concern
widget.first.bump_popularity!