Reputation: 447
I'm searching for a good solution for integrating google maps into a ruby on rails 2.3 app. I know there's a project called ym4r but it seems old and not so maintained. Should I use directly the Google API itself?
Thanks!
Upvotes: 3
Views: 8601
Reputation: 115511
Fyi, I've just released a new version of gmaps4rails.
It's based on Rails 3 and uses Google maps API V3:
https://github.com/apneadiving/Google-Maps-for-Rails
Upvotes: 8
Reputation: 11
You can check out cartographer plugin, it supports painless integration of google maps v3 in rails , http://grati.la/cartorbflw
Upvotes: 1