activerecord-postgis-adapter 3.1.4
ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial extensions provided by PostGIS. It uses the RGeo library to represent spatial data in Ruby.
          Gemfile:
          =
        
        
          安装:
          =
        
      Runtime 依赖 (2):
            activerecord
            ~> 4.2
          
          
            rgeo-activerecord
            >= 4.0.4
          
    


