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