-
Notifications
You must be signed in to change notification settings - Fork 57
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
Migrate Spree::UsersController #63
Comments
I have the same error with Spree 3.7.4 when running the install rake command
Is Spree 3.7.4 supported ? |
@babgyy Unfortunately this extension is only working fine for spree versions up to 3.5. We do plan to upgrade this extension in the future. Meanwhile, if you have already fixed the issues in upgrades, you can raise a pull request and we will review and merge it. Also, you can try using https://github.com/hardreggaecafe/spree_product_subscriptions/tree/migrate_for_3.7.2 by @hardreggaecafe for your Spree 3.7.4 compatibility until we have officially upgraded the extension. |
Thanks ! I have indeed been making progress with this https://github.com/hardreggaecafe/spree_product_subscriptions/tree/migrate_for_3.7.2 fork. The other problems I had :
In the end (as often I guess), my business requirements ended up differing a lot from what this contrib does, so I rewrote a lot of code. I would be glad to open a pull request when I am done if you want me to, but I didn't care that much about backward compatibility, yet. |
I'm implementing spree_product_subscriptions to spree 3.7.
And I've encountered this error.
myapp/vendor/bundle/ruby/2.5.0/bundler/gems/spree_product_subscriptions-2dd9d1467f2b/app/controllers/spree/users_controller_decorator.rb:1:in `<top (required)>': uninitialized constant Spree::UsersController (NameError)
And users_controller_decorator.rb which described above is here.
Actually, I have my own users already. What should I do?
The text was updated successfully, but these errors were encountered: