Skip to content
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

master_branch issue not detecting initialiser in Rails 5. #23

Closed
nxtbz opened this issue Apr 12, 2018 · 5 comments
Closed

master_branch issue not detecting initialiser in Rails 5. #23

nxtbz opened this issue Apr 12, 2018 · 5 comments

Comments

@nxtbz
Copy link

nxtbz commented Apr 12, 2018

Issue:

Installing alchemy_solidus:master_branch on Rails 5.
Stated you want to use the provided Spree::User, it doesn't recognizing the initaliser:

config/initializers/alchemy.rb
Alchemy.user_class_name = 'Spree::User'
Alchemy.current_user_method = :current_spree_user 

Error:

 AlchemyCMS cannot find any user class!
        Please add a user class and tell Alchemy about it or, if you don't want
        to create your own class, add the `alchemy-devise` gem to your Gemfile.
        gem 'alchemy-devise', '~> 2.1.0'
@tvdeyen
Copy link
Member

tvdeyen commented Apr 13, 2018

Do you have solidus_auth_devise installed?

@nxtbz
Copy link
Author

nxtbz commented Apr 19, 2018

Yes.

@tvdeyen
Copy link
Member

tvdeyen commented Sep 10, 2018

@nxtbz I just released a new version 2.2.0 with lots of fixes. Could you please update and see if this fixes your issues (that I can't reproduce)?

@nxtbz
Copy link
Author

nxtbz commented Sep 10, 2018

@tvdeyen thank you for all your work and effort. The update seems to fix the issue. Besides that I can confirm it also works with solidus_multi_domain.

@nxtbz nxtbz closed this as completed Sep 10, 2018
@tvdeyen
Copy link
Member

tvdeyen commented Sep 10, 2018

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants