solidus

https://github.com/solidusio/solidus

Ruby

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.

Spree::AppConfiguration#binary_inventory_cache=

Only invalidate product caches when they change from in stock to out of
stock. By default, caches are invalidated on any change of inventory
quantity. Setting this to true should make operations on inventory
faster.
(default: +false+)

Source | Google | Stack overflow

Edit

git clone [email protected]:solidusio/solidus.git

cd solidus

open core/lib/spree/app_configuration.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spree--AppConfiguration-binary_inventory_cache--for-pr


# Commit to git

git add core/lib/spree/app_configuration.rbgit commit -m "better docs for Spree::AppConfiguration#binary_inventory_cache="


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Spree--AppConfiguration-binary_inventory_cache--for-pr

hub pull-request


# Celebrate!