search for: geokit

Displaying 20 results from an estimated 25 matches for "geokit".

2008 Jan 26
0
Error: no such file to load -- geokit (plugin is install)
Hi, after spending hours on getting geokit and ym4r running I don''t know how to do or how to getting a test running. I have try the tutorial from http://www.railslodge.com/plugins/179-ym4r but I don''t get it :(. Has sone one other tutorials he can recommend? Maybe someone knows were I did my mistake (I only want to show a...
2008 Jul 06
1
GeoKit / Form Validation
...and Railscasts, and they work fine - except when there are validation issues on the address piece it just returns saying "Addresses is invalid". I would much rather it say "Street Address is blank" or "City cannot be blank" any ideas on how to do this? 2) In using the GeoKit plugin I am attempting to use the acts_as_mappable piece so when I create an address it adds the lat and lng to the DB. If I choose just 1 field and specify it this works fine and the table populates, but I want to concat all of the form values (Street_Address_1, City, State, Postal_Code, Country)...
2009 Sep 20
3
coordinates for geokit
i''m trying geokit and loving it, but i''m seeing really odd stuff on distances, I''m wondering about the coordinates i''ve got in my DB. I don''t think they''re standard format, they look like this. east 6''41.6 north 45''24.8 Can anyone advise please ? -- P...
2011 Mar 18
1
using Geokit with rails3
HI all i am a newbie ,and starting a rails 3 application and my application needs geokit plugin .so anybody knows how to install geokit plugin in rails 3 and using it with the application? I am using ruby 1.9.2 and rails 3.0.3 with mysql2. pls help.. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this gro...
2011 Mar 18
3
webapplications with rails+geokit
Hi all Anybody knows any webapplictions presently using geokit plugin with rails 2.x or 3.x ? If yes pls send me the url pls. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe...
2008 Sep 19
0
Rounding Errors using GeoKit
Hi all, I''m trying to use the excellent GeoKit plugin to geocode addresses entered by users. I use GeoKit to get latitude and longitude values, then plot these using Google Maps. The problem I have is that the maps produced tend to be slightly off where they should be. Nearby addresses seem to be grouped to one point, which suggests that the p...
2010 Jul 19
1
geokit app
Newbie here :) So, a friend mentioned that geokit is the way to go if I want to make a simple location based app. I basically want to make a list of locations so the app should allow me to Create a location, give it a name and an address along with the geo location information associated with it. (Geokit will take care of this last thing right?)...
2009 Feb 23
2
geokit - using :through to connect models
hello.. i am currently trying to use :through to attach two of my models together using geokit. for some reason, i am running into a problem: ArgumentError: Unknown key(s): as i have two models, one that is geocoded, and one that belongs to that model. the models look like: ,----[ employer.rb ] | class Employer < ActiveRecord::Base | acts_as_mappable | before_validation_on_create :...
2008 Feb 07
1
geokit on merb
I converted the rails geokit plugin to a merb plugin today. Anyone interested in testing it out? It seems to be working great for me. If so, where should I put it? I don''t have a blog up or anything right now. Been meaning to do that, but haven''t had the time. -Dusty Doris
2009 Sep 02
0
Geokit - find within fuzzy locations
I''m using Geokit gem to query mappable records within some distance to a mappable user. When geocoding an address such as "Madrid", lat&lng represent a point, in this case the center of the city. Suppose I have some records with location "Madrid", which are mapped with lat & lng to the...
2011 May 31
1
Geokit query with multiple models involved
...ookStore < ActiveRecord::Base belongs_to :book belongs_to :store end Now given a book isbn (which is in the Book model) and a store, I need to find other stores within 5 miles that have that book. I have looked around but not quite sure how to bring in the Book and BookStore models with my GeoKit query on something like Store.within(5, :origin => @storeaddr). I am on Rails 3.0.5 and using gem ''geokit-rails3'' Appreciate any thoughts/pointers. -S -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To pos...
2012 Dec 04
0
Empty test suite is run after every rake task
...re => ''rest_client'' gem "daemons" gem "sinatra", "1.1.4" gem "resque", "1.13.0" gem "resque-scheduler", :require => ''resque_scheduler'' gem "unicorn" gem "multi_json" gem "geokit", :path => ''vendor/cache/git/geokit'' # :git => "git://github.com/seboslaw/geokit-gem.git"#, :version => ''1.5.0'' gem "haml", "~> 3.1" gem "sass" gem ''haml-rails'' gem "will_paginate&qu...
2009 May 04
6
cucumber - when to stub/mock
I''m just curious about this, since my solution involved stubbing a call to GeoIp. Is there a good rule of thumb for when you make exceptions to the ''no stubbing'' philosophy of Cucumber? My step was: "Given I am accessing the site from Japan," but I can think of other situations - mostly when interacting with web services, that I''d probably
2009 Jan 09
2
Ruby & Javascript
Hey guys! Does anyone knows how to a ruby program communicate with the Google API, which one is written in Javascript ? I''ve heard something about a wrapper to do the communication, but i didn''t find anything yet. I know a plugin for rails can do that (geokit), but i don''t know how. There is a method (geocode) that use the javascript function to return the XML data about a address. So, please help me! Thanks in advance!, Ernesto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to t...
2006 Jun 29
11
AJAX Maps
Hi, I would like to know if there is a library that provides an API to support map scrolling, like the one available in google maps. This is, I would like to create a user interface where the user is able to see a small part of a large map. It can then move the view, thus observing another part of the map. Additionally, I would also like to provide a zoom mechanism. Thanks in advance. --
2010 Dec 14
5
Build associated model confusion
I''m new to Rails3, and I''m just trying to get one last thing to work before I call it a night. The situation is the following (please if the code is horrible, just let me know, still learning): I want to log a dive. I might have a new location on that dive at which point I have to create a new Location, and then create the dive. A dive has_one location. A location has_many
2008 Jul 10
0
install plugin from zip file
i have been trying to install the geokit plugin. for some reason script/plugin install svn://rubyforge.org/var/svn/geokit/trunk isn''t working for me. i downloaded it as a zip file from http://rubyforge.org/frs/?group_id=3031 but don''t know what to do now. i tried extracting it and typing "ruby script/plugin install...
2009 Feb 03
1
initializer
Have an app that works fine in development but not production behind pound that uses Geokit. I''ve figured out the API key is wrong. is there a way to configure each mongrel with a different API key? if there a variable i can check in the initializer and provide the right API key for that port since it''s going to be based on the internal address:port the connection is...
2008 Apr 16
4
Doing a radius/location search
The application I''m developing allows people to create events in their local area; as part of this feature I want to display a list of, say, the five most recent events within 30 miles of a person''s location. I have a User model and a Profiles model which contains the user''s location (city, state, zip code) among other non-related personal information. So what I would
2011 Sep 19
14
gmaps4rails "acts_as_gmappable" error
Hi all, I started to see fun of gmaps4rails gem from https://github.com/apneadiving/Google-Maps-for-Rails. After everything done. When visited the locahost, i got the following error. undefined local variable or method `acts_as_gmappable'' for #<Class: 0x31a9da8> the error is due to i have line "acts_as_gmappable" in my model. Anybody knows how this is