public
Description: A Rails plugin that makes your applications geo-aware.
Homepage: http://graticule.rubyforge.org/plugin.html
Clone URL: git://github.com/collectiveidea/acts_as_geocodable.git
Click here to lend your support to: acts_as_geocodable and make a donation at www.pledgie.com !
commit  2d176ebe71aac4017e91df1675ca15e2ac78c000
tree    77d717165619c5c682f79a955e905661098b3b77
parent  1d67f0130d38fbb056df26371e179406ae717759
acts_as_geocodable / CHANGELOG
100644 13 lines (11 sloc) 0.472 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
0.2.1 - 2008-8-8
* Results are now WillPaginate compatible
 
0.2.0 - 2007-10-27
* Added validates_as_geocodable (Mark Van Holstyn)
* Allow address mapping to be a single field (Mark Van Holstyn)
 
0.1.0
* Added remote_location to get a users location based on their remote_ip
* renamed :city to :locality in address mapping to be consistent with Graticule 0.2
  create a migration with:
    rename_column :geocodes, :city, :locality
* replace #full_address with #to_location