Damian Legawiec
Damian Legawiec
@KacperMekarski please sync with latest changes from main branch
@rafalcymerys we need to set up that API v1 as a separate gem for backwards compatibility
We shouldn't mix business logic like this with sending out emails. It's not a good future-proof design.
@wuboy0307 sorry - my mistake, can you fix the conflict in code?
Please try ```ruby ::Spree::Product.whitelisted_ransackable_scopes = %w[not_discontinued search_by_name line_items_contain_base_product] ``` or https://stackoverflow.com/questions/18683750/how-to-prepend-classmethods
@priyank-gupta updating address (billing & shipping) via admin panel for a completed order doesn't work
Hi @sharmaabhinav can you add some tests to this PR?
@fkoessler this was the case before the address book was merged into spree core. The end result was that in bigger stores the addresses table could grow to up 50+...
> i have same problem using rails 7 and ruby version 3.1.0. Spree currently works with Rails 5.2-6.1, Rails 7 support will be available later in Q2
@r3cha can you also fix issues pointed out by [CodeClimate](https://codeclimate.com/github/spree/spree/pull/9404) ?