Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • rails-geocoder
  • rails2
  • v1.5.1
  • v1.5.0
  • v1.4.9
  • v1.4.8
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • remove
  • v1.4.4
  • v1.4.3
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
23 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.021Jul1916155125Jun23172117May161210973226Apr2524222120151165131Mar30292826252422211817161513121110987654317Feb14843126Jan24211816Dec26Nov23315Oct145415Sep72Aug22Jun212035May430Apr231Mar11Feb107Dec24Nov4327Oct26231286130Sep21328Aug117Jul24May2323Apr21171615Simplified Gecoder#get_lookup and removed use of eval in Geocoder#spawn_lookup.Made Configuration set defaults when the Configuration class loads and removed use of eval.Making generators work by solving the lookup path...Including some requiresCreating a config generator for Geocoder.Tests to the configuration chain included.Some tests with model configuration included.Models chenged to use the configurations for units and method. Some tests included.Improviments in configuration DSL (no argument for block configuration needed).New configuration tests addeddReimplemented +set_defaults+, all tests are well succededConfigurations changed to provide a DSL (similar to Rails) to configure Geocoder. A singleton pattern was used to allow the code *Geocoder.configure { |config| ... }*, and delegation was used to maintain compatibility. New configuration options (units and method) for calculations were implemented, with default value: km and spherical, respectively.Fix typo (thanks github.com/lashleigh).Fix: handle nil values in :within_bounding_boxAdd AR scope :within_bounding_boxMake style more consistent with rest of README.Merge pull request #77 from jeffpoulton/add_mongodo_example_to_readmeAdd example on retrieving coordinates from mongodb model.Prepare for release of gem version 1.0.2.1.0.21.0.2Add base store module for MongoDB.Rename base MongoDB module to MongoBase.added support for mongo_mapperReturn zero results when no valid coords given.Code formatting: replace tabs with spaces.Code formatting: replace tabs with spaces.Fix README: wrong method name.adding mongoid test for customer coordinate field in near scope.Hack up giant test file into many wee ones.use coordinates field from options.Prepare for release of gem version 1.0.1.1.0.11.0.1Add 'error handling' section to readmeRemove unused method 'geocoder_initialized?'.Merge pull request #63 from digitalscientists/masterFix for geocoding with STI modelsFix bug: nil result on Freegeoip bad response.Get version properly when generating rdocs.Add option to not rescue from certain exceptions.Prepare for release of gem version 1.0.0.1.0.01.0.0Remove deprecation warnings and legacy support.Return nil when Google provides no city.
Loading