Antonio Terceiro
Antonio Terceiro
IMO installing to $HOME should be the default if the user has no write permissions to the global GEM_DIR. i.e. `gem install` or `bundle install` should by default install to...
I realized that my opinion above is perhaps too strong, and that may be off-topic in the context of the current discussion (providing a way of opting out of "auto...
@duckinator one can already override the default installation directory in `operating_system.rb` by overriding `Gem.default_dir`; I just tested and that also makes bundler install to that location.
This is really useful; I'm a new gtg user and I always get confused when I click "Actionable" and don't see the most urgent tasks at the top.
This happens because on Debian we are using RSpec 3, and the test suite is not really ready for that. I just sent a PR (#15) that ports the test...
was this closed by mistake? I think we should get support for rack-test 2.0 at some point
no, sorry for the noise. that MR does seem to address the issues here
FWIW, for downstream distributors, and for other use cases, require_relative from the test files to "[...]/../lib" is a problem because for example you can't run the tests against the code...
it seems this breaks ruby 1.8 and 1.9 for some reason. Not sure it is worth to keep supporting that though.
In the end performance will depend on several aspects: - whether A, B and C are together in a fast local network, and how much bandwitdh it has - on...