geokit
Find users in a specific location by querying their latest status update location
I\'m working on a Rails application, which is very similar to Twitter, that is used to track members of a teams and their updated status through status updates called \'pings\'. Twitter calls these st[详细]
2023-02-17 05:28 分类:问答Using Rails 3 with Geokit-rails3 location gem
I am trying to use the geokit-rails3 gem for geolocation information in a rails application. I have a simple model:[详细]
2023-02-15 13:53 分类:问答Ruby gem geokit and :within maximum or tolerance?
Just started playing with geokit and trying some things out... Things are pretty much working as expected, given a point, its finding things nearby.[详细]
2023-02-11 05:57 分类:问答Assigning a polymorphic acts_as_mappable model in the Rails console
I have a polymorphic Location model: class Location < ActiveRecord::Base 开发者_运维知识库 acts_as_mappable[详细]
2023-02-09 16:34 分类:问答Learning geokit-rails3
I\'m searching for complete explanations about how to use geokit-rails3. I\'ve found loads for rails2 but not for rails3. Does any of you have a simple and complete tutorial about how to display a goo[详细]
2023-02-09 11:42 分类:问答Location based search in Rails using geokit problem
I have a rather complex (or so it seems) geokit based location search on my site.In short, I have a model named \"Campaigns\" that belongs to another model called \"Businesses\".When I am searching on[详细]
2023-02-04 06:45 分类:问答Geokit in Ruby on Rails, distance finder, how to sort by nearest to farthest?
I\'m using Geokit. I have the following in my model: # Distance-based finder method # Usage: # - find_this_within(Shop.first, 10)[详细]
2023-01-31 04:35 分类:问答using geokit or other ruby gem to calculate the center of a series of geo coordinates
开发者_开发技巧I\'ve been using the geokit and geokit-rails gem for rails for awhile but one question I haven\'t found answered is how to find the calculated aggregate center for a collection of point[详细]
2023-01-20 19:08 分类:问答scoped and find_within
Iam using geokit-rails (http://github.com/jlecour/geokit-rails branch gem). I like to build a scope like[详细]
2023-01-18 22:20 分类:问答Using rails gem geokit sort by distance and pagination?
I come across a small issue in my app.I\'m currently using geokit to find objects near a given location, and I use the sort_by_distance_from on the found set.[详细]
2023-01-18 01:23 分类:问答