Sha256: 76a679b4838528064190db89a955c4ff7f68faddbf9a38009249e2f046283660
Contents?: true
Size: 806 Bytes
Versions: 1
Compression:
Stored size: 806 Bytes
Contents
SpreeBarcode ============ Introduction goes here. Installation ------------ Add spree_barcode to your Gemfile: ```ruby gem 'spree_barcode' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_barcode: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_barcode/factories' ``` Copyright (c) 2014 [name of extension creator], released under the New BSD License
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_barcode-2.3.2 | README.md |