Reputation: 19
I am making a new rails app and I need to use Google places API but I don't know the steps to do that or the best way to use this API. I have tried to search in developers.google.com I found the places API but I couldn't find how to use it in a rails app.
Upvotes: 0
Views: 3698
Reputation: 1104
You just had to google it. You could have have found tons of stuff. Anyways here are a few gems that could help you
Also refer this rails cast. It would get you started.
Upvotes: 4