You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No documentation supplied that specifies that the database.yml file's adapter value should be set to 'mysql2spatial'. I was able to get rails 4.0.4 working by applying this fix as I was running into issues point column could not be set correctly because the 'POINT(X Y)' syntax was generating a zero value on the column. And other minor nuances.
If I could I would eat my words! Sorry, I apologize for not being more thorough before creating this issue. I did find the reference for the 'mysql2spatial' update to the database configuration file in the README.rdoc . But it didn't stand out and I assume other developers may also run into the same problem. So please take my very minor pull request to help with that.
No documentation supplied that specifies that the database.yml file's adapter value should be set to 'mysql2spatial'. I was able to get rails 4.0.4 working by applying this fix as I was running into issues point column could not be set correctly because the 'POINT(X Y)' syntax was generating a zero value on the column. And other minor nuances.
Identified here: http://stackoverflow.com/questions/21799383/rgeo-mysql-and-spatial-index-error
The text was updated successfully, but these errors were encountered: