activerecord-mysql2rgeo-adapter icon indicating copy to clipboard operation
activerecord-mysql2rgeo-adapter copied to clipboard

ActiveRecord connection adapter for gis, based on mysql and rgeo

Results 2 activerecord-mysql2rgeo-adapter issues
Sort by recently updated
recently updated
newest added

Given a spatial model `Place`: ``` class CreatePlaces < ActiveRecord::Migration[6.1] def change create_table :places do |t| t.point :loc, null: false, srid: 4326, index: { type: :spatial } end end end...

This part of the README seems to indicate yes: https://github.com/stadia/activerecord-mysql2rgeo-adapter#version-3x-supports-activerecord-42 but I do not see a v3 release. Can you help clarify if there is Rails 4.2 support?