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.012Sep731Aug251227Jul211916155125Jun23172117May161210973226Apr2524222120151165131Mar30292826252422211817161513121110987654317Feb14843126Jan24211816Dec26Nov23315Oct145415Sep72Aug22Jun212035May430Apr231Mar11Feb107Dec24Nov4327Oct26231286130Sep21328Aug117Jul24May2323Apr21171615Test Lookup#results instead of Geocoder.query.Execute block even if no geocoding results.Fix inaccurate code comment.Fix: error when FreeGeoIP returns nil state_code.Document new Google API URL.Merge branch 'soorajb-master' into 1.0.3Updated google api URLChanged google maps api query urlFix: stop double-adjusting radius when km used.Merge remote-tracking branch 'upstream/master'Removing some dirty debugging strings...Removed use of eval in Geocoder::Models.Removed use of eval from Lookups::Base#result_class.Simplified 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.
Loading