I don't mind waiting, but I didn't do much more that update that rakefile/gemspec in order to get the gems to stop throwing version errors. Once I got the gems working together, I kept getting errors on the property_to_column_name_without_distance method in resource.rb. (3 of 2 Arguements). After changing property_to_column_name_without_distance(property, qualify, qualifier) to property_to_column_name_without_distance(property, qualify) the error disappeared. But when logging in I'm getting this error.
undefined method `field' for #<DataMapper::Query::Operator @target=:all @operator=:count> in adapter.rb which is part of the datamapper stuff. Unfortunately, I don't really know what I'm doing and just trying to hack things together at this point to get something working. Enjoy help from you would be appreciated. -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
