Michel Martens
Michel Martens
I don't have different ruby versions installed, I just use one from homebrew. But I know people are using update-alternatives (linux) with gs/dep without issues, and I'm almost sure people...
@ericgj I'm thinking that it's more a problem with rbenv. As suggested in https://github.com/soveran/gs/issues/6, maybe the best way to deal with this would be to report the issue to the...
Hard to come up with the right name. I was thinking maybe `-f` (force) or `-a` (all).
I've tried the patch and I get errors when running the tests. Do you think it has to be an instance variable `@mutex` or it can be a class variable...
I tried it! But I get an error. You don't get errors?
Yes, I'll do it tomorrow as it's already late here. Thanks!
@TheNotary Thanks! This is a great idea, I will work one this on Monday and give you feedback. It looks very good, I think we will be able to merge...
We don't use Bundler, so I'm wondering if your example should be in a directory inside `./examples`, where you could also include this `Gemfile`. Instead of Bundler, we use [dep](https://github.com/cyx/dep)...
I will explore the idea, thanks!
@katecanaveral I just added the label. Not sure if I prefer `Model.id` or `Model.last_id`. Or maybe we just need to document how to get that value from Redis. What was...