smshamim2500-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
2005-Dec-26 11:54 UTC
Installing rails with gem without net connection
hi, i am new to ruby on rails. when my box is connected with the net, i am able to install rails easily with remote option, but i am failling to install it locally (given that my box is not connected to internet). I have downloaded rails library. Please some one tell me how can i install it locally thanks -- Posted via http://www.ruby-forum.com/.
go to the folder where you have all reils libs and run gem install *.gem On 12/26/05, smshamim2500-/E1597aS9LQAvxtiuMwx3w@public.gmane.org <smshamim2500-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > hi, > i am new to ruby on rails. when my box is connected with the net, i am > able to install rails easily with remote option, but i am failling to > install it locally (given that my box is not connected to internet). I > have downloaded rails library. Please some one tell me how can i install > it locally > > thanks > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- anatol (http://pomozov.info) _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
smshamim2500-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
2005-Dec-26 12:30 UTC
Re: Installing rails with gem without net connection
Anatol Pomozov wrote:> go to the folder where you have all reils libs and run > > gem install *.gemThanks a lot. i have previously downloaded the zip file but i should have downloaded the .gem file. thanks again. -- Posted via http://www.ruby-forum.com/.