-
I am using the version 1.63 - ES6 modules with an Angular CLI project.
> Angular CLI uses **webpack** under the hood for compilation purposes.
When the Angular CLI builds the project, it emits t…
-
We can speed up extensions builds by caching gems on CircleCI. I think we can do something very similar to what has been done in Solidus core.
-
I'd like to see Solidus deprecate the `Spree` namespace. It's time we move away from being a "fork" of Spree. Obviously this would be a big lift, but necessary while comparisons between Solidus and Sp…
-
I just made a brand new Solidus store with seed data using the steps outlined in the README.
Admin tab text is invisible (the same color as the background). I assume this it not intended!
**Soli…
-
When using the ActiveRecord "sum" calculation with the Postgres adapter (and I believe the others though I haven't tested them), any attributes added in a "distinct" clause are not used to filter/trim…
-
Heroku Build app is getting fail
Error:
! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
Detected bu…
-
When running `bundle exec rails g solidus_related_products:install`
I had the following error:
```
StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify…
-
### Steps to reproduce
1. Create a product
2. Go to `/admin/products/xyz/prices`
3. Delete the one and only price
### Expected behavior
The one and only price should not be deletable.
### Ac…
-
@derrickp and I have been working on making user notifications more customizable.
Historically, Solidus has handled “transactional” communication to users with email, sent using [ActionMailer](http…
-
### Steps to reproduce
`Spree::Api::VariantsController#index` returns variants duplicate for as many stock location it is available at. Example when creating a manual order in the backend, when using…