spree_multi_tenant icon indicating copy to clipboard operation
spree_multi_tenant copied to clipboard

start supporting spree 2.4 stable

Open tacticiankerala opened this issue 10 years ago • 2 comments

Currenlty I am working on a Spree project (using spree-2.4 stable). I have tested this in my machine and it works just fine( with one small hack, https://github.com/stefansenk/spree_multi_tenant/issues/14). Spree::TokenizedPermission is no longer available in Spree, hence removed it.

tacticiankerala avatar Dec 19 '14 10:12 tacticiankerala

Oops.. Forgot to update spree_auth_devise version to 2.4 for running specs. i will fix it and submit another pull request.

tacticiankerala avatar Dec 19 '14 10:12 tacticiankerala

I am not able to run the tests locally, I have ruby 2.1 and rails 4.1

When I run bundle exec rake test_app, I am getting the following error, NameError: uninitialized constant Spree::UserPasswordsController. It is the same error happening in the CI also. Any pointers?

tacticiankerala avatar Dec 19 '14 12:12 tacticiankerala