dcheung / spree_cached_product_properties

Cached product property lookups for Spree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cached Product Properties

Provides a simple wrapper around Product Properties that allows them to be cached. Properties are deleted from the cache on touching the product.

Installation

Add spree_cached_product_properties to your Gemfile:

gem 'spree_cached_product_properties'

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.

bundle
bundle exec rake

Copyright (c) 2014 Made by Many, released under the New BSD License

About

Cached product property lookups for Spree

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 100.0%