gmaps4rails
Using gmaps4rails with https/SSL
I\'m a big fan of gmaps4rails - it\'s made adding maps to our web app very easy. The only problem I\'m hitting now is that if you use it on an https page, then you get security warnings about mixed co[详细]
2023-03-19 20:42 分类:问答Google-Maps-For-Rails not showing map in Rails 3.1
I am trying to use the gem \'gmaps4rails\'开发者_运维百科. I inserted all of the necessary code into my model and view, and I know that the geocoding is working. However, when I insert the code <%=[详细]
2023-03-18 07:11 分类:问答how to redraw google map with jQuery (Ruby on Rails 3)
i have fields: <%= f.label :address %> <%= f.text_field :address %> <%= f.label :city %>[详细]
2023-03-17 12:00 分类:问答Google-Maps-for-Rails : Link for marker InfoWindow
I\'m rebuilding a site using Ruby on Rails and thinking of using the excellent Google-Maps-for-Rails 开发者_如何学JAVAgem.[详细]
2023-03-17 11:34 分类:问答undefined local variable or method 'acts_as_gmappable'
I attempted to install the gmaps4rails gem. I added gem \'gmaps4rails\' to my Gemfile, and ran \'bundle install. It said that my bundle installed successfully. I can find \"Using gmaps4rails (0.8.8)\[详细]
2023-03-14 09:02 分类:问答In gmaps4rails, how do I move the map so the marker is in view?
I have a set of locations that I want to bring up, individually through ajax calls, and some of them aren\'t within the current 开发者_JAVA百科bounds of the map.Is there a way to move the map so the m[详细]
2023-03-14 05:52 分类:问答is a search for nearest places possible in gmaps4rails?
just wondering if i can search 开发者_JAVA技巧for places near to a specific lat/lang with gmaps4rails. I checked the code but did not find anything. if sbd. does somebody already implemented sth like[详细]
2023-03-12 05:56 分类:问答How can I let the user choose a destination using Gmaps4Rails?
I have this model: class Location < ActiveRecord::Base acts_as_gmappable def gmaps4rails_address \"#{self.city}, #{self.country}\"[详细]
2023-03-11 06:20 分类:问答How to Configure the Google Maps for Rails Map config file?
I\'m using the GM4Rails Gem. I\'m very n开发者_如何学运维ewbie to Rails and I\'m trying to find the config file so I can get a HYBRID Google Maps instead of the ROADMAP.[详细]
2023-03-10 22:44 分类:问答gmaps4rails validates before validates presence set to true
I encountered the following error when I submit an empty address field. G开发者_Go百科maps4rails::GeocodeInvalidQuery in LocationsController#create[详细]
2023-03-08 22:45 分类:问答