Project

location

0.0
No commit activity in last 3 years
No release in over 3 years
Polymorphic address models, address normalization, address web services, address autocomplete, maps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 2.2.0
= 0.3.2
= 2.14.0
= 0.8.2
= 1.3.8
= 0.18.1
= 1.16.1

Runtime

~> 4.0
= 1.0.1
 Project Readme

Location

Location is a Rails Engine that aims to provide location related utilities: polymorphic address models, normalizable address attributes - useful for applications which rely heavily on location databases - flexible web service integration, form address auto fill, maps (with Google Maps), virtus form objects and so on. You can use this gem together with any app/table that needs address fields. Some components work without Rails.

This is still a work in progress, no release has been made yet. Some work needs to be done:

  • Documentation
  • Internationalization for some countries (currently works with pt_BR)
  • A default web service implementation (needs to be free of charge)
  • Option to use foreign key constraints
  • Maps integration: Locate an address on a map using form values
  • Form builder helpers for some address fields

That's all for now.