solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
## Summary When running `bundle exec rake spree_sample:load` against an empty database, an exception is raised in `db/samples/tax_rates.rb` on account of missing a `Spree::Zone` with the name "North America. In...
## Summary Closes #5033 Add `solidus:paperclip_adapter:install` generator, which allows incorporating the paperclip adapter into the host application, in order to remove support for it from the core. This generator does...
We need to add documentation on how to migrate to the new ACL system from either BoomersDigital extension, or the current ACL system.
We're not supporting Rails v5.2 anymore, so all stores using Solidus can use the newer ActiveStorage adapter. However, we might first want to hear about the experience of stores using...
## Summary ⚠️ WIP ⚠️ This is a first test to simplify the identification of the factories available in your Solidus environment during the implementation of the specs. The idea...
Apparently, refunding a payment is not creating a payment log entry when executed.  ☝️ In this example, the order has been cancelled, and a...
Similarly to what we have done with https://github.com/solidusio/solidus/blob/5111949aef306ab0ad2c0b9b61af2e1e26fd2f0d/core/db/migrate/20160101010000_solidus_one_four.rb, we can compact the majority of our migrations into a single one. This will reduce the number of migrations we copy over...
## Summary Spec to expose the inaccurate adjustment eligibility with shipping promotion action during Spree::Promotion::OrderAdjustmentsRecalculator call The issue #2387 expose many different way to have the trouble and to correct...
## Summary The current name is legacy and rails now uses "sqlite3", starting to move in that direction simplifies some setups (e.g. sandbox creation inside extensions). Matching PR in the...
**Introduction** The implementation of a new payment method in `Solidus Backend` requires the addition of a dedicated [source form](https://guides.solidus.io/advanced-solidus/payments-and-refunds/#providing-payment-method-partials) to support a payment source creation/reuse. **Desired Behavior** A more generic...