Mattia Roccoberton

Results 32 issues of 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: ![image](https://user-images.githubusercontent.com/6893256/99087909-9ac32080-25cb-11eb-880e-24c716230344.png)

enhancement

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: ![image](https://user-images.githubusercontent.com/6893256/99085556-a06b3700-25c8-11eb-94c3-c9b80ab928ec.png) --- When in clothing taxon (http://localhost:3000/t/categories/clothing),...

enhancement

We could add an option to the installer to copy the assets using the webpacker structure.

enhancement

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/)?

enhancement

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....

bug

Relates to https://github.com/blocknotes/administrate_ransack/issues/28