View on GitHub

activerecord-mysqlspatial-adapter

ActiveRecord connection adapter for MySQL Spatial Extensions, based on mysql and rgeo

Download this project as a .zip file Download this project as a tar.gz file

The Spatialite ActiveRecord Adapter extends the standard MySQL adapter to provide support for the MySQL spatial extensions, using the RGeo library to represent spatial data in Ruby. It provides:

IMPORTANT NOTE: This is a legacy adapter, and is not supported for versions of Rails beyond 3.1. This is because of bugs in the mysql gem. We recommend using the mysql2 gem instead, along with the activerecord-mysql2spatial-adapter

For more information: