-
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
::Spree::UserRegistrationsController.prepend self - not found on install #115
Comments
Hello @maykazw, is this happening on a fresh install? |
Hello @kennyadsl |
Maybe it's already fixed by #116? If you have a chance, can you please try and let me know if those are related? |
I just did a fresh solidus install, worked great. Then I tried to install social straight away and got the following similar error: bundle exec rails g solidus_social:install |
Whats odd is I recall either this exact same error, or one so very similar back in sept in the prior version of SS. A friend fixed it, that fix now appears in 1.6...but 1.6 is again broken, in this exact same place, but just in a different way. |
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. |
I am facing this issue with a fresh solidus repo using starter frontend. I tested with both 1.6.0 and Any workarounds? |
Hi, i want to add social register but I have problem with install this feature - can someone explain me, what m I doing wrong ?
shop git:(main) ✗ bundle exec rails g solidus_social:install /Users/maykazw/.rvm/gems/ruby-3.2.2/gems/solidus_social-1.6.0/app/decorators/controllers/solidus_social/spree/user_registrations_controller_decorator.rb:24:in <module:UserRegistrationsControllerDecorator>: uninitialized constant Spree::UserRegistrationsController (NameError)
::Spree::UserRegistrationsController.prepend self
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Did you mean? UserSessionsController UserConfirmationsController from /Users/maykazw/.rvm/gems/ruby-3.2.2/gems/solidus_social-1.6.0/app/decorators/controllers/solidus_social/spree/user_registrations_controller_decorator.rb:5:in <module:Spree> from /Users/maykazw/.rvm/gems/ruby-3.2.2/gems/solidus_social-1.6.0/app/decorators/controllers/solidus_social/spree/user_registrations_controller_decorator.rb:4:in <module:SolidusSocial> from /Users/maykazw/.rvm/gems/ruby-3.2.2/gems/solidus_social-1.6.0/app/decorators/controllers/solidus_social/spree/user_registrations_controller_decorator.rb:3:in <main>
The text was updated successfully, but these errors were encountered: