spree-contrib / spree_related_products

Related products extension for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
149 stars 241 forks source link

Cache invalidation #109

Closed deodad closed 9 years ago

deodad commented 9 years ago

Thoughts on having relations touch the relatable when they are updated?

I can submit a PR.

futhr commented 9 years ago

+1 I normally do that always because its like any other data attribute, so go for it!

michaelmichael commented 9 years ago

I normally have to manually invoke Rails.cache.clear in the production console to get related products to show up. Would this proposed PR solve that?

deodad commented 9 years ago

@michaelmichael yes

I submitted the PR: #112