André Arko

Results 203 comments of André Arko

@jessedoyle Thanks for checking back in! I am +1 on this, especially as a solution for this need in the near future. We have also been discussing ideas internally about...

Does this bug need to be fixed in Rails, in Thor, or in the bundled Readline? I feel like we should probably let them know they are triggering this warning...

I have suddenly started seeing this problem on a new machine, but I'm having trouble creating another copy of the repo with the same problem. The symptom I can observe...

oh no 🤦🏻 I figured it out. my Rails app contains a (relatively) complicated gemfile that loads some ruby to evaluate whether to include other gems. The "configuration" class has...

The good news is that figuring all of this out suggests a workaround: 1. `bundle config path .bundle` to create a separate space for gems just for the given app....

This seems reasonable to me! I am hoping that most of the current reasons to use this will be removed by universal lockfiles (🤞🏻) but this seems like a good...

@hsbt I think users will guess "gem update gem" or "gem install gem" because of other package managers (like npm, pip, etc) that use "npm install npm" or "pip update...

`#{Gem.cache_home}/gem/gems` sounds good to me 👍🏻

Sounds like we might be able to resolve this issue by turning on the global cache by default, then? 😅