ryanong / mongoid_spacial

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

DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. #20

Closed ikonyshev closed 12 years ago

ikonyshev commented 12 years ago

I get the following message when run rspec: DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Address instead. (called from include at /Users/ik/Development/projects/booking/webapp/app/models/address.rb:3)

and line 3 of address.rb is include Mongoid::Spacial::Document

The same issue was fixed in mongoid : https://github.com/mongoid/mongoid/issues/1525

mediavrog commented 12 years ago

+1

ikonyshev commented 12 years ago

seems it was fixed in this commit - https://github.com/ryanong/mongoid_spacial/commit/1a4841d94dc8d1e432308e648ee1874fc4748cb8

al commented 12 years ago

Could we get a tag or version bump for this please?