I'm needing to do some SQL queries manually because ActiveRecord doesn't support any kind of XPath query.
I'd love if I could somehow send in a query and it give me back a list of data objects. What would be the easiest way to do this without manually loading each column into an object's property