Marc Busqué
Marc Busqué
The solution here is not trivial and challenging to tackle without adding other infrastructure. An application should: - Receive the webhook. - Return a 200 to Stripe. - Validate the...
@kennyadsl, different API versions is a good argument in favor of isolating API calls into an adapter class
Some comments after investigating from my side. I'm new to solidus, but something that stroke me is that http://localhost:3000/t/categories is a link to a taxon page in opposition to a...
> You might argue why we need both taxons and taxonomies, it would be a good question. I think the answer is to conceptually split the ways to classify products,...
@kennyadsl I now understand what you meant by a design choice. I see it's a design choice in solidus itself: https://github.com/solidusio/solidus/blob/93bfdb4ab11951b4bccc3d8a42f9bde3b77205ac/core/app/models/spree/taxonomy.rb#L10 The behavior is so embedded that this consistency is...
Yeah, the other option is to remove root taxons and maintain taxonomies. Probably it would be more correct semantically but it would be harder to integrate. But, anyway, the possibility...
FYI, we're currently revisiting the installation methods available because they aren't reliable, as you found out the hard way. This is a high priority for us. See https://github.com/nebulab/solidus_starter_frontend/pull/162.
Thanks for your feedback, @basicfeatures. That's something present in our roadmap but not there yet 🙂
I think that each package should have its own repo. Nitrous could have a white list with packages it allows to be installed in its environment, but I think having...
Hey @humesy, are you willing to follow-up here? 🙂