Spree extension to provide a list of retail locations near a users' provided postal code
Last updated on: January 07 at 05:58 PM
source code bug trackerSpree extension to provide a list of retail locations near a users' provided postal code
alexreisner/geocoder where possible to simplify (lat,lng) lookupsearthdistance addon.
acts_as_list gem's DSL as a guideline for inclusion with a Spree model specified by the gem userAdd spree_locations_near_you to your Gemfile:
gem 'spree_locations_near_you'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_locations_near_you:install
First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.
bundle
bundle exec rake
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_locations_near_you/factories'
52a513fa8d985d1757a1f1f982efafc09c83e49b