Ruby: Copying gems to hosts with limited internet access
In a production environment, it is common to have restricted internet access on production hosts. This means that using the standard ‘gem install’ and pulling gems from the rubygems.org repository directly on that host is not an option. What is needed is a way to use an internet-connected development host that matches the target production … Ruby: Copying gems to hosts with limited internet access