-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solidus v4 compatibility? #114
Comments
Also I'm getting same error solidus_social-894abe233421/app/decorators/controllers/solidus_social/spree/user_registrations_controller_decorator.rb:24:in `module:UserRegistrationsControllerDecorator': uninitialized constant Spree::UserRegistrationsController (NameError) |
Yeah, this error has been around for a while and remains out of the box with totally fresh installs. It's perplexing and at the very least, self-defeating. It halted me from even considering any financial support and caused me to resume evaluations...and that's unfortunate. |
Yeah, sooooo uhhhh, my bad I think...this works fine with the depreciated frontend, at least it installs. If that too suddenly quits working in the next 6 months we know the solidus folks are dishonest dirtbags trying to leverage "open source" for any other reason than its intent. That may be a little harsh, forgive me but my guess is that the hosted solidus has all this stuff, but i dont know that. |
Is this gem compatible with Solidus 4? According to the gemspec, it should be:
spec.add_dependency 'solidus_core', '>= 2.0.0', '< 5'
. But when trying to install either of the two most recent versions (gem 'solidus_social', '~> 1.5'
orgem 'solidus_social', '~> 1.4'
), there is an un-resolvable gem conflict:I was able to install the most current GitHub version using
gem 'solidus_social', github: 'solidusio-contrib/solidus_social'
, but then runningrails g solidus_social:install
throws an error:The text was updated successfully, but these errors were encountered: