Alberto Vena
Alberto Vena
Closed by https://github.com/solidusio/solidus_subscriptions/pull/172
Thanks! Of course if you can contribute that would be awesome. What was the root cause of the issue?
Hey Ben! What if we just report this as a specific importing error? Users will figure out why this happens and change the CSV based on what they want to...
👍 it should fail because it doesn't make sense to have an option value without a "parent" option type. Still not sure why we don't have that validation in Solidus...
We could, but it's hard to make this kind of things backward-compatible: if you have incorrect data in your database, you upgrade Solidus and run an update on an old,...
@jtapia can you please rebase this one? The failure should be gone now, thanks!
Looks legit. Can you please open a PR?
@elia coff coff: https://github.com/solidusio/solidus/issues/4867 😎
In the extension install generator, in case of starter fronted, you can use the `route` method to inject new routes in the host application. Refs: - https://guides.rubyonrails.org/v8.0/generators.html - https://api.rubyonrails.org/v8.0.0.1/classes/Rails/Generators/Actions.html#method-i-route -...
Yes definitely. Solidus Social could depends on Devise. If anyone needs to build social logins on top of other auth providers, I doubt this gem will be useful anyway.