Sha256: 3512e4d980149f155737c0dc774d85d35a7d9cb3e3a0babd2c8715a1ea4d7d64
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
# StrictGeocoder This gem will be versioned by the current releases of geocoder. Any new methods will be available on the repo's master branch before version release. The point of strict methods is to raise an error rather than query the database with null values. For example you may use the `:near!` scope from an API and inform the client/user of an invalid address based on geo lookup failures. **Implemented for ActiveRecord** ## Installation Add this line to your application's Gemfile: ```ruby gem 'strict_geocoder' ``` And then execute: $ bundle Or install it yourself as: $ gem install strict_geocoder ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
strict_geocoder-1.3.1 | README.md |