Socket
Book a DemoInstallSign in
Socket

solidus_legacy_stock_system

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solidus_legacy_stock_system

bundlerRubygems
Version
1.0.0
Version published
Maintainers
1
Created
Source

SolidusLegacyStockSystem

This is the old stock system. This was removed from Solidus in this pull request.

What is in the box?

This extension provides the Adjuster, Coordinator, Packer, and Prioritizer classes that were removed in version 2.4 of Solidus. Relevant specs are also included for development and testing continued compatibility with core.

Installation

There are no migrations to go along with this extension. Following the steps below is all that is required to use the legacy system.

Add solidus_legacy_stock_system to your Gemfile:

gem 'solidus_legacy_stock_system'

Bundle your dependencies:

bundle

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 static code analysis. 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 'solidus_legacy_stock_system/factories'

Copyright (c) 2017 Stembolt, released under the New BSD License

FAQs

Package last updated on 07 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts