-
Name
-
geocoder
-
Version
-
1.1.0
-
Platform
-
ruby
-
Authors
-
Alex Reisner
-
Bindir
-
bin
-
Date
-
2011-12-03 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
CHANGELOG.rdoc
LICENSE
README.rdoc
Rakefile
bin/geocode
lib/geocoder.rb
lib/geocoder/cache.rb
lib/geocoder/calculations.rb
lib/geocoder/cli.rb
lib/geocoder/configuration.rb
lib/geocoder/exceptions.rb
lib/geocoder/lookups/base.rb
lib/geocoder/lookups/bing.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/nominatim.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/railtie.rb
lib/geocoder/request.rb
lib/geocoder/results/base.rb
lib/geocoder/results/bing.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/nominatim.rb
lib/geocoder/results/yahoo.rb
lib/geocoder/results/yandex.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/tasks/geocoder.rake
test/calculations_test.rb
test/configuration_test.rb
test/custom_block_test.rb
test/error_handling_test.rb
test/fixtures/bing_madison_square_garden.json
test/fixtures/bing_no_results.json
test/fixtures/bing_reverse.json
test/fixtures/freegeoip_74_200_247_59.json
test/fixtures/freegeoip_no_results.json
test/fixtures/geocoder_ca_madison_square_garden.json
test/fixtures/geocoder_ca_no_results.json
test/fixtures/geocoder_ca_reverse.json
test/fixtures/google_garbage.json
test/fixtures/google_madison_square_garden.json
test/fixtures/google_no_city_data.json
test/fixtures/google_no_locality.json
test/fixtures/google_no_results.json
test/fixtures/nominatim_madison_square_garden.json
test/fixtures/nominatim_no_results.json
test/fixtures/yahoo_garbage.json
test/fixtures/yahoo_madison_square_garden.json
test/fixtures/yahoo_no_results.json
test/fixtures/yandex_invalid_key.json
test/fixtures/yandex_kremlin.json
test/fixtures/yandex_no_results.json
test/geocoder_test.rb
test/https_test.rb
test/input_handling_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/proxy_test.rb
test/result_test.rb
test/services_test.rb
test/test_helper.rb
-
Has rdoc
-
true
-
Homepage
-
http://www.rubygeocoder.com
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
1.6.1
-
Specification version
-
3
-
Summary
-
Complete geocoding solution for Ruby.
-
Original platform
-
ruby
-
New platform
-
ruby