Damian Legawiec
Damian Legawiec
Hey @pardeep-bluebash Feel free to submit a PR removing this from `Spree::Order` model, thanks!
Thanks for reporting, I see this DB migration is to blame: https://github.com/spree/spree/blob/d3927a3f646f0b4e72b137bf72606c885ec59829/core/db/migrate/20230514162157_add_index_on_locale_and_permalink_to_spree_taxons.rb#L3 this should be a combined index on`permalink`, `locale, `parent_id` and `taxonomy_id`
@pkatek > @damianlegawiec What are the possibilities for a fix to be released soon? we're planning to fix this with v4.8 releasing this week/early next week, we're also reviewing other...
This was fixed via https://github.com/spree/spree/commit/0e03446377fef1f57b183a3841fba6c9a3e4888e#diff-a2e95e1511d8ecfe6d424415526c57e8a574fa6fca3ffaf4c3fd64233e07b502
All of these were fixed in v4.8!
Fixed via https://github.com/spree/spree/pull/8153
hey @rahul-bash Could you check with the newest spree frontend version straight from github? In your `Gemfile` please change ```ruby gem 'spree_frontend', '= 4.6.0' ``` to ```ruby gem 'spree_frontend', github:...
@mrbrdo as we support Rails 7, I'm closing this, thanks!
We do not plan to support this gem, as the apartment gem which this one depends on, is not maintained
@aforty could you also add some simple test?