solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
When trying to run the tests I get an error with the Nokogori gem. The only previous command I ran was: `docker-compose up -d` and wait for all the gems...
## Summary When a new promotion with 2.5m new promo codes has created, it just generated about 250k promo codes and then stopped. The PromotionBatch screen this error: Errored: #...
## Summary SolidusAdmin routes should be available by default. Probably will require a last minute rebase to account for any newly merged PR. ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines)...
## Summary Being able to depend on AR::Relation makes the methods more adaptable and efficient, allowing it to be embedded in other queries minimizing the roundtrips to the database. ##...
## Summary ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are mandatory for all PRs: - [ ] I have written a thorough PR description. -...
None of this provides any real value. Adding a custom dashboard is trivial and I really don't think we need a custom permission set and empty controller/view. - https://github.com/solidusio/solidus/blob/master/backend/app/controllers/spree/admin/dashboards_controller.rb -...
## Summary Fixes #4438. The change triggers `@order.empty!` only when the shipping status is false. The 500 is not triggered from the FE, but only from the BE. Nevertheless I...
We want to tackle the easy pages first, so we can slowly improve and augment our UI kit components and then reuse it to migrate more complex pages (e.g. promotions)...
When a new promotion with 2.5m new promo codes was created, it just generated about 250k promo codes and then stopped. The PromotionBatch screen this error: Errored: # It seems...