/spree_kitchen_sink_zones

A spree extension to have zones based on more than just country and state (e.g. city and zipcode)

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Work in Progress - not ready yet

SpreeKitchenSinkZones

This extension builds off of spree_city_zones.

The idea here is to provide one extension for every conceivable zone type (the first addition being zip codes)

Installation

Add spree_kitchen_sink_zones to your Gemfile:

gem 'spree_kitchen_sink_zones'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_kitchen_sink_zones:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

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_kitchen_sink_zones/factories'

Copyright (c) 2013 Jeff Squires, released under the New BSD License