spatial_adapter
spatial_adapter copied to clipboard
Fixes Issue #33
This updates spatial_adapter to be able to work with ActiveRecord 3.2.0 and above.
Hmm, doesn't seem to work on mysql (as opposed to mysql2). I get:
uninitialized constant ActiveRecord::ConnectionAdapters::MysqlColumn
on line 52 of /vendor/plugins/spatial_adapter/lib/spatial_adapter/mysql.rb
I'm going to try fixing this and will report back if I find anything that works.
Any chance of getting this merged and pushed to rubygems? Currently the gem is broken with new rails apps and having to hunt down a fork to get it to work is not ideal. Thanks!
Oh, I only just noticed the "no longer in active development" bit. Nevermind!
Yup, I'm not planning to merge anything else in here. I'd recommend using RGeo has it has a better architecture, more features, and 3.2 compatibility. If someone would like to take over I'd be happy to get things switched around on rubygems.org so you can continue making releases.