The activerecord-postgis-adapter provides access to features of the PostGIS geospatial database from ActiveRecord. It extends the standard postgresql adapter to provide support for the spatial data ...
A few of my students wanted to use PostGIS to help them easily query a Postgres database for all the points within a certain distance of a given location. Getting them up and running proved a bit of a ...