Sha256: 7f9d31c339fdaa5884f1506c8dc314bbda04a5ddeadf38951c2338d8383defd9
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
SolidusProductAttachments ========================= Allows the administrator to add attachments to a product/variant. [![Build Status](https://semaphoreci.com/api/v1/projects/c5f055f7-da80-440c-9f7b-c9c6c4a87bfa/2535219/shields_badge.svg)](https://semaphoreci.com/renuo/solidus_product_attachments) Installation ------------ Add solidus_product_attachments to your Gemfile: ```ruby gem 'solidus_product_attachments' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g solidus_product_attachments: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, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. 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 'solidus_product_attachments/factories' ``` Copyright (c) 2019 [Renuo AG](https://www.renuo.ch/en), released under the New BSD License
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
solidus_product_attachments-0.0.4 | README.md |
solidus_product_attachments-0.0.2 | README.md |
solidus_product_attachments-0.0.1 | README.md |