Problem:
Due to proxy settings i am not able to execute ‘bundle install’ from comandline. I get the following error. I dont know the proxy settings and i want to continue with rails development.
Fetching source index for http://rubygems.org/
Could not reach rubygems repository http://rubygems.org/
Could not find gem 'capybara (>= 0)' in any of the gem sources listed in your Ge
mfile.
Question:
How can we do ‘bundle install’ manually (downloading gems via browser and install in commandline)? I need to install only handlful of gems.
You will have to setup a proxy. If not for now, for later when your app grows. Downloading all your gems via browser will become tedious and an horrible mess.
See related question on how to use bundler behind a proxy.