Google-Maps-for-Rails icon indicating copy to clipboard operation
Google-Maps-for-Rails copied to clipboard

Enables easy Google map + overlays creation in Ruby apps

Results 40 Google-Maps-for-Rails issues
Sort by recently updated
recently updated
newest added

Please see this fork: https://github.com/jasnow/Google-Maps-for-Rails Clearly being maintained over there. Might want to share access of pushes to the gem with them.

We have an initializer where we `class_eval` a model, that implements Gmaps4Rails. ``` Rails.application.config.to_prepare do Goldencobra::Location.class_eval do acts_as_gmappable ... end end ``` With version 1.5.6 and 1.5.7 everything worked fine....

Hi, I wanted to disable cluster for a single marker (that would show the user's location), but so far I have only been able to disable the clustering all together....

Hi, i'm trying to set the map type to satellite, this is my code: ``` var handler = Gmaps.build('Google'); handler.buildMap({ provider: {}, internal: {id: 'map'}, map_options: {type: 'SATELLITE'}}, function(){ markers...

I´m developing an website in ROR I am using gem 'gmaps4rails'. In localhost the map is showed, but when i put on a production server (DigitalOcean) gives me this error:...

For Google Maps APIs Premium users, the `client` parameter is still used. https://developers.google.com/maps/documentation/javascript/get-api-key#client-id You can authenticate with either an api `key` or `client` id. https://developers.google.com/maps/documentation/javascript/get-api-key#clientID-features `client` param removed in https://github.com/apneadiving/Google-Maps-for-Rails/pull/537

It seems after Google map introduced new function , it cause the my app screen can’t show correctly. Anyone suffer same issue?

I ma using Gmap4rails gem to populate rich markers on map. When I click on marker, It changes map center automatically. I don't want to change center on marker click....

After setup the gem and load the page. the map show partially and to show the entire map and the marks need to reload the page to show. This is...

I'm using GMaps successfully and have been for a while. My app is deployed on Heroku and I've been using phantomJS and rasterize to create png files based on content...