Question re: the upgrade guide for Solidus 3.4. In...
# support
t
Question re: the upgrade guide for Solidus 3.4. In the steps listed here (https://guides.solidus.io/upgrading-solidus/v3.4#prlink-descriptionnew-taxon-and-taxonomy-validations-number4851-), it says to enable the new
extra_taxon_validations
preference, run
Spree::Taxon.all.select(&:valid?)
, and ensure you have empty arrays. But... shouldn't you not have an empty array here if all of your taxons are valid? πŸ™‚
e
πŸ˜… I guess we should fix it, either using
reject
instead of
select
or
invalid?
instead of
valid?
t
Awesome - yeah, that's what I did locally:
Spree::Taxon.all.select(&:invalid?)
k
mhh it’s a 404
Thanks @elia and @Tom Wilson!!
πŸ™ 1
e
yes that was the one, I must have copied the url before submitting
k
Tom, if you are upgrading, please let us know if you find anything else
πŸ’― 1
t
Will do! We're working through the upgrade today - will report on how it goes!
We've been running 3.4.0 in production for a few days now with seemingly no issues. So I'd call that a successful upgrade! Thanks for the documentation and the clarity here, all!
πŸŽ‰ 1