Mattia Roccoberton
Mattia Roccoberton
An extension without assets will fail specs because the `test_app` is always created requiring the assets (even if they don't exist). ``` Running extension installation generator... append vendor/assets/javascripts/spree/frontend/all.js append vendor/assets/javascripts/spree/backend/all.js...
These are our products (12) in sandbox app: ```ruby [{:id=>1, :taxons=>["categories/clothing/t-shirts", "brand/solidus"]}, {:id=>2, :taxons=>["categories/clothing/shirts", "brand/solidus"]}, {:id=>3, :taxons=>["categories/clothing/shirts", "brand/solidus"]}, {:id=>4, :taxons=>["categories/caps", "brand/solidus"]}, {:id=>5, :taxons=>["categories/clothing/hoodie", "brand/solidus"]}, {:id=>6, :taxons=>["categories/clothing/hoodie", "brand/ruby"]}, {:id=>7, :taxons=>["categories/clothing/hoodie", "brand/ruby"]},...
I don't know if we can consider this a bug, but we could try to see if we can have the same behavior for the following 2 cases: 1) On...
We could apply some improvements here: 
Sidebar filters (PRICE RANGE) disappear when in clothing taxon. --- When in caps taxon (http://localhost:3000/t/categories/caps) (or any taxon different from clothing), I see:  --- When in clothing taxon (http://localhost:3000/t/categories/clothing),...
We could add an option to the installer to copy the assets using the webpacker structure.
We have some proposals about using (or adding) different install methods: - loading a remote install command directly in `rails new`? - add our component to [Rails Bytes](https://railsbytes.com/)?
An example is in categories page using `bin/rails dev:cache`. After the first visit the partial "Shop by Categories" seems to be cached and the current category is not highlighted anymore....
Relates to https://github.com/blocknotes/administrate_ransack/issues/28