apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Using older version of Gmaps4rails with v3.23 Gmaps API? #517

Closed nynhex closed 8 years ago

nynhex commented 8 years ago

I'm stuck on an old Rails 3.2.22 legacy app with gmaps4rails 2.0.0.pre (yes I know it's older). Since the API being used in this version is broken, is there any way that I can keep this gem in place and somehow use the v3.23 API? All of my maps stopped working when they deprecated v2 API a while back.

I can upgrade to the latest version I guess but I have everything setup how I like it and would like to see if I can somehow get around having to upgrade and rewrite.

apneadiving commented 8 years ago

You could monkey patch this to replace with the proper links.

I wont push a new version on rubygems for this, sorry