Sreenath Nannatt

Results 11 comments of Sreenath Nannatt

I also bumped into the same problem. I configured `logfile` and the application was stuck. @loyalsound , could you help me out why it is not advised to use this...

I guess the problem is with `awaitRedisServerReady();` in the AbstractRedisInstance.java file. When the output is redirected to a logfile, the library is still trying to read the redis start pattern...

I have a naive fix for this issue. Please find it [here](https://github.com/tacticiankerala/embedded-redis). Based on the feedback I can work on it further.

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

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:...

Sorry, forgot to mention one thing, We don't have 'created_at' and 'updated_at' fields in our model. Could that be the reason? But it works 8/10 tries!

My Gemfile, ``` ruby gem "ProMotion", "~> 0.5.0" gem "bubble-wrap", "~> 1.3.0" gem "cocoapods" gem "motion-cocoapods" gem "motion-testflight" gem 'motion-dryclean' gem 'teacup' gem 'sugarcube' gem 'sweettea' gem "motion_model", :git =>...

You can upgrade to spree-2-4-stable. It worked for me, except on thing - you have to remove `Spree::TokenizedPermission` form `tenanted_models` as this class is no longer there in spree repo....

This gem does not provide any front end where you can create a new tenant. I think it will be fairly straight forward for us to create such a view...

I have tried to fix that but, the specs are failing. I could not look into that. Please refer - https://github.com/stefansenk/spree_multi_tenant/pull/15