I already have a working solution, but I would really like to know why this doesn\'t work:
ratings = Model.select(:rating).uniq ratings.each { |r| puts r.rat
Model.pluck("DISTINCT column_name")