On 30 August 2010 13:00, Mike S <[email protected]> wrote: > I am currently working on a sinatra app using datamapper and I would > like to use the geokit gem. The last time anyone touched the geokit > gem was about a year ago and it is still using datamapper version > 0.10.2. I have been trying to get it up and running on dm 1.0.0. I > kept getting 3 for 2 arguement errors on the > property_to_column_name_with_distance method and deleted the qualifer > variable that was getting passed in and that fixed that issue. Now on > my login, the login works fine until after authenticating the user I > try to grab the ID. Then I get this error undefined method `field' for > #<DataMapper::Query::Operator @target=:all @operator=:count>. > It appears to be a conflict with the adapter.rb file in datamapper. >
Hi Mike, I maintain dm-geokit, and I believe I got your pull request on github the other day, but haven't had a chance to do an update...obviously it needs to be updated to work with dm-core-1.0.0. I'm hoping to get to it this week, if you can wait... Cheers, -- Matt King http://github.com/mattking17 http://github.com/mattking17/dm-geokit http://github.com/mattking17/Togo -- 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.
