collectiveidea / acts_as_geocodable

A Rails plugin that makes your applications geo-aware.

This URL has Read+Write access

acts_as_geocodable / init.rb
f81accb2 » brandon 2007-03-20 * renamed :city to :localit... 1 begin
2 require 'graticule'
3 rescue LoadError
4 raise "Graticule >= 0.2.0 is required for acts_as_geocodable"
5 end
2a21fac8 » brandon 2009-05-24 Move files to namespaced di... 6 require 'acts_as_geocodable'
403d1c59 » brandon 2007-02-17 minor adjustments 7
a77d4365 » brandon 2007-03-16 raise error in Geocode, but... 8 ActiveRecord::Base.send :include, CollectiveIdea::Acts::Geocodable
76440dfe » danielmorrison 2007-07-27 Moving stuff around 9 ActionController::Base.send :include, CollectiveIdea::RemoteLocation