Sean Todd
Sean Todd
Are you seeing this fail quietly after hanging for four hours?
This is because of the ActiveRecord commit here: https://github.com/rails/rails/commit/5766539342426e956980bf6f54ef99600cbfc33e#activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb I've created a fork to fix this here: https://github.com/descentintomael/spatial_adapter I'm still working on figuring out the :option => "ENGINE=MyISAM" thing though....
Solution! I really should have waited on that previous comment: In your migration for creating the table you want spatial extensions on replace ``` create_table :my_table_name do |t| ``` with...
Done. Thanks for reminding me.