-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Active Record 5 #19
Comments
I have absolutely no time spare to work on this till mid-October, so Pull Requests are welcome |
ok, would love to, but I'm pretty new to rails, should pass on this one. |
I have been testing with this fork/branch combo: https://github.com/eastmeeteast/activerecord-mysql2spatial-adapter/tree/rails-5 So far, so good with Rails 5. I have only tested saving/retrieving points at this point, but those work as advertised. You can add this to your Gemfile like so:
I'll post a comment over there recommending a pull request of this for review. |
Thanks @jeremysnyder , I also started working on some small code clean ups. I'll hold off with my changes until yours are done. |
Full disclosure, this isn't my code, I just found it by looking through the forks. This seems to be the parent of the branch I previously suggested: https://github.com/sebastianiorga/activerecord-mysql2spatial-adapter/tree/rails-5 Maybe you could ask them to start a pull request, or create one. I just spent a day or 2 working this, wanted to make sure I could pass along any information I have found. Thanks for the work on this, it is shaping up to be very helpful. |
before couple of days, I ported postgis-adapter to mysql2. |
Helped me in resolving |
Hello,
Seems that this does not work with rails 5 and Active Record 5, is someone working on updating this ?
Thank you
The text was updated successfully, but these errors were encountered: