Leanest way to query with the results in a typed hash ?

ActiveRecord::Base.connection.select_all 'select * from foos' Will give you an array of hashes, but the values will all be strings

Fred