Topic: Google Maps V3 API
While upgrading a Rails 2.3.8 app to 3.X, I have stumbled over the Google Maps API.
In my 2.3.8 app I was using ym4r_gm plugin.
Now I discover that it was specific to the now deprecated V2 API.
So what is the current favored solution for Goggle Maps V3 from a rails 3 app?
https://github.com/corroded/ijgmaps
Is what I'm considering, anybody have any better solution?