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.
Does anyone know anything about this error or geokit that could help me out a bit? -- 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.
