ryanong / mongoid_spacial

A Mongoid Extention that simplifies and adds support for MongoDB Geo Spacial Calculations.
MIT License
138 stars 63 forks source link

Mongoid 3.0 support? #28

Open mattiassvedhem opened 12 years ago

tagliala commented 12 years ago

I think #27 answers to your question

mattiassvedhem commented 12 years ago

Hi @tagliala, thanks. Anyone interested in doing a rerelease and maintaining it?

tagliala commented 12 years ago

Hi

There are forks of this gem updated for mongoid 3, the most recent is: https://github.com/kristianmandrup/mongoid_geospatial

Migration is not so painful, it will require half an hour, but...

...Unfortunately someone changed the API (I suppose in the previous fork, nofxx/mongoid_geospatial), removing the distance_from method (still documented, argh!). I did it a working patch in my project but it needs tests and specs too.

Maybe other methods were removed too, but I don't know.

I will use mongoid 2 for a while and see what happens