文件名称:activerecord-postgres-earthdistance:搜索半径范围内的纬度和经度的记录
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-27 17:36:42
Ruby
ActiveRecord + PostgreSQL Earthdistance 使用PostgreSQL特殊索引检查经度和纬度的距离。 这个gem使您的模型可以使用Earthdistance扩展名查询数据库。 这比在标准索引上使用三角函数要快得多。 要求 带有contrib和Rails 3.1+的Postgresql 9.1+在Ubuntu上,这很容易: sudo apt-get install postgresql-contrib-9.1 在Mac上,您有两种选择: Postgres安装还包括contrib软件包: brew install postgres 安装 Earthdistance是PostgreSQLcontrib模块,。 然后,只需将其添加到您的Gemfile中: gem 'activerecord-postgres-earthdistance' 并运行您的捆
【文件预览】:
activerecord-postgres-earthdistance-master
----.gitignore(156B)
----.document(60B)
----.rspec(20B)
----activerecord-postgres-earthdistance.gemspec(1KB)
----.travis.yml(62B)
----.rubocop.yml(288B)
----LICENSE(1KB)
----spec()
--------act_as_geolocated_spec.rb(12KB)
--------spec_helper.rb(2KB)
--------fixtures()
----README.md(5KB)
----lib()
--------templates()
--------activerecord-postgres-earthdistance()
--------activerecord-postgres-earthdistance.rb(205B)
----Gemfile(162B)
----Rakefile(681B)
----Gemfile.lock(1KB)