I have a field in my database table called reputation.
It contains a hash.
Example: {:kout => 20, :google => 40 } etc...
When I get the records I want to sort them based upon a calculation performed with the values in that hash attribute.
I'm a NOOB and have no idea how to do this.
Any ideas welcome.
Rails 3.2