Sha256: 2ece9539062c48856ec8a607ea9f577ad0185662d27113767ea02a75c139a504
Contents?: true
Size: 1.08 KB
Versions: 5
Compression:
Stored size: 1.08 KB
Contents
Spree Counties ============= Lets your users pick counties from states list in address's step   Installation ------------ Add spree_counties to your Gemfile: ```ruby gem 'spree_counties' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_counties:install ``` Testing ------- 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`. ```shell 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: ```ruby require 'spree_counties/factories' ``` Copyright (c) 2014 Gonzalo Moreno C, released under the New BSD License
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
spree_counties-3.0.1 | README.md |
spree_counties-3.0.0 | README.md |
spree_counties-2.3.6 | README.md |
spree_counties-2.3.5 | README.md |
spree_counties-1.0.0 | README.md |