Metadata


Name
geocoder
Version
1.1.8
Platform
ruby
Authors
Alex Reisner
Bindir
bin
Date
2013-04-22 00:00:00 UTC
Description
Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too.
Email
alex@alexreisner.com
Executables
geocode
Files
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
Rakefile
bin/geocode
examples/autoexpire_cache_dalli.rb
examples/autoexpire_cache_redis.rb
gemfiles/Gemfile.mongoid-2.4.x
lib/generators/geocoder/config/config_generator.rb
lib/generators/geocoder/config/templates/initializer.rb
lib/geocoder.rb
lib/geocoder/cache.rb
lib/geocoder/calculations.rb
lib/geocoder/cli.rb
lib/geocoder/configuration.rb
lib/geocoder/configuration_hash.rb
lib/geocoder/exceptions.rb
lib/geocoder/lookup.rb
lib/geocoder/lookups/base.rb
lib/geocoder/lookups/bing.rb
lib/geocoder/lookups/esri.rb
lib/geocoder/lookups/freegeoip.rb
lib/geocoder/lookups/geocoder_ca.rb
lib/geocoder/lookups/google.rb
lib/geocoder/lookups/google_premier.rb
lib/geocoder/lookups/mapquest.rb
lib/geocoder/lookups/maxmind.rb
lib/geocoder/lookups/nominatim.rb
lib/geocoder/lookups/ovi.rb
lib/geocoder/lookups/test.rb
lib/geocoder/lookups/yahoo.rb
lib/geocoder/lookups/yandex.rb
lib/geocoder/models/active_record.rb
lib/geocoder/models/base.rb
lib/geocoder/models/mongo_base.rb
lib/geocoder/models/mongo_mapper.rb
lib/geocoder/models/mongoid.rb
lib/geocoder/query.rb
lib/geocoder/railtie.rb
lib/geocoder/request.rb
lib/geocoder/results/base.rb
lib/geocoder/results/bing.rb
lib/geocoder/results/esri.rb
lib/geocoder/results/freegeoip.rb
lib/geocoder/results/geocoder_ca.rb
lib/geocoder/results/google.rb
lib/geocoder/results/google_premier.rb
lib/geocoder/results/mapquest.rb
lib/geocoder/results/maxmind.rb
lib/geocoder/results/nominatim.rb
lib/geocoder/results/ovi.rb
lib/geocoder/results/test.rb
lib/geocoder/results/yahoo.rb
lib/geocoder/results/yandex.rb
lib/geocoder/sql.rb
lib/geocoder/stores/active_record.rb
lib/geocoder/stores/base.rb
lib/geocoder/stores/mongo_base.rb
lib/geocoder/stores/mongo_mapper.rb
lib/geocoder/stores/mongoid.rb
lib/geocoder/version.rb
lib/hash_recursive_merge.rb
lib/oauth_util.rb
lib/tasks/geocoder.rake
test/active_record_test.rb
test/cache_test.rb
test/calculations_test.rb
test/configuration_test.rb
test/custom_block_test.rb
test/error_handling_test.rb
test/fixtures/bing_invalid_key
test/fixtures/bing_madison_square_garden
test/fixtures/bing_no_results
test/fixtures/bing_reverse
test/fixtures/esri_madison_square_garden
test/fixtures/esri_no_results
test/fixtures/esri_reverse
test/fixtures/freegeoip_74_200_247_59
test/fixtures/freegeoip_no_results
test/fixtures/geocoder_ca_madison_square_garden
test/fixtures/geocoder_ca_no_results
test/fixtures/geocoder_ca_reverse
test/fixtures/google_garbage
test/fixtures/google_madison_square_garden
test/fixtures/google_no_city_data
test/fixtures/google_no_locality
test/fixtures/google_no_results
test/fixtures/mapquest_madison_square_garden
test/fixtures/mapquest_no_results
test/fixtures/maxmind_24_24_24_21
test/fixtures/maxmind_24_24_24_22
test/fixtures/maxmind_24_24_24_23
test/fixtures/maxmind_24_24_24_24
test/fixtures/maxmind_74_200_247_59
test/fixtures/maxmind_invalid_key
test/fixtures/maxmind_no_results
test/fixtures/nominatim_madison_square_garden
test/fixtures/nominatim_no_results
test/fixtures/ovi_madison_square_garden
test/fixtures/ovi_no_results
test/fixtures/yahoo_error
test/fixtures/yahoo_invalid_key
test/fixtures/yahoo_madison_square_garden
test/fixtures/yahoo_no_results
test/fixtures/yahoo_over_limit
test/fixtures/yandex_invalid_key
test/fixtures/yandex_kremlin
test/fixtures/yandex_no_city_and_town
test/fixtures/yandex_no_results
test/geocoder_test.rb
test/https_test.rb
test/integration/smoke_test.rb
test/lookup_test.rb
test/method_aliases_test.rb
test/mongoid_test.rb
test/mongoid_test_helper.rb
test/near_test.rb
test/oauth_util_test.rb
test/proxy_test.rb
test/query_test.rb
test/request_test.rb
test/result_test.rb
test/services_test.rb
test/test_helper.rb
test/test_mode_test.rb
Homepage
http://www.rubygeocoder.com
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.8.23
Specification version
3
Summary
Complete geocoding solution for Ruby.
Original platform
ruby
New platform
ruby