I have no internet connection on server machine, so I need to install gems locally. I tried
gem install rails-2.3.4.gem
But, I'm getting errors.
How Can I install gems locally.
Thanks.
I have no internet connection on server machine, so I need to install gems locally. I tried
gem install rails-2.3.4.gem
But, I'm getting errors.
How Can I install gems locally.
Thanks.
If you are working with Rails, I'd suggest unpacking the gems you need to vendor before deploying to the server.