geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

Add support for Trilogy MySQL adapter #163

Open chriskozlowski opened 8 months ago

chriskozlowski commented 8 months ago

Works for our use but did not fully test. Had to add the false argument to const_defined? in class_methods.rb or else the geokit_finder_adapter method would not load the new adapter. Not sure if that was an issue for other adapters or just the new one.