I need to install ruby on rails + Nokogiri, httparty, json [and some less significant gems] on server which does not have connection to internet. How it could be done?
host operating system is windows
Additional question, well, it is not very good for me, since it can takes some days, but I can as customer to give this server access to the http proxy. However I must confess, that I already tried to use somethin like that
set http_proxy="http://username:password@host:port"
or
gem --http_proxy "http://username:password@host:port"
but in both cases was not able to access the gem store :(