-
With `solidus (2.3.0)` and `solidus_auth_devise (1.6.4)` installed asset compilation crashes without a database connection.
Program flow (as well as I can tell):
solidus_auth_devise
wants…
nrser updated
5 years ago
-
### Steps to reproduce
Start with a store with two stock locations
On a new order's cart page, add an item, taking quantity 1 from each stock location
![](http://i.hawth.ca/s/qCyJE5ug.png)
…
-
### Steps to reproduce
1. Create new user
2. Order a product
3. Try to order another product after completion of first order
4. On checkout when attempting to reach payment page returns error
#…
-
### Steps to reproduce
Configure a default currency in `config/initializers/spree.rb`:
```ruby
config.currency = "EUR"
```
Log into the admin backend, select a product and on the tab "Var…
-
### Steps to reproduce
Change the language from the admin
### Expected behavior
The language should change
### Actual behavior
The page refreshes and the language is still English (US)
https…
-
`factory_bot` removed support for (already deprecated) static attributes.
We already have done this in v2.7 with [this PR](https://github.com/solidusio/solidus/pull/2831) but this means [all exten…
-
I like how Solidus gems have the master branch work for all versions. In Solidus v2.1, there were some significant changes to tax, where the only way I could think of making it work was to either brin…
-
I installed the gem as described via `gem 'activerecord-import'` and running `bundle install` afterwards. The gem is listed in `bundle list` .
However, when I like to generate a model via `rails g …
-
### Steps to reproduce
Make a request with 3 taxon IDs like `GET /api/taxons?ids=1,2,3`
### Expected behavior
It should not make a new SQL query for each taxon
### Actual behaviour
Because …
-
### Steps to reproduce
In the admin area, navigate to a product and then click "Product Stock."
### Expected behavior
On the nav, the Stock tab should be highlighted.
### Actual behavior
…