Hi Steven,
> "undefined method `to_hash' for DataMapper::Ext::Array:Module"
> This error is getting thrown on any query I try to do execute in my app
>
> Full Stack Trace:
http://pastie.textmate.org/1736833
It looks like you're mixing and matching different versions of gem and
git DM together. On edge (git) dm-core I removed the
DataMapper::Ext::Arra.to_hash method since Hash[] on >= 1.8.7 works
exactly the same.
To avoid problems like this you have to either use all-git or all-
gems. No mixing :P
--
Dan
(dkubb)