Re: [Rails] Re: Unable to install Rails using Gem

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 2:36 AM, rubynewbie wrote: > > > On Apr 16, 1:48 am, Bryan Crossland wrote: > > On Fri, Apr 15, 2011 at 5:18 AM, Shafeeq > wrote: > > > > > On Apr 14, 4:46 pm, Michael Pavling wrote: > > > > On 14 April 2011 12:30, Shafeeq wrote: > > > > > > > The question is quite simp

[Rails] Re: Unable to install Rails using Gem

2011-04-20 Thread rubynewbie
On Apr 16, 1:48 am, Bryan Crossland wrote: > On Fri, Apr 15, 2011 at 5:18 AM, Shafeeq wrote: > > > On Apr 14, 4:46 pm, Michael Pavling wrote: > > > On 14 April 2011 12:30, Shafeeq wrote: > > > > > The question is quite simple. > > > > But the answer to simple questions is frequently much more

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-15 Thread Bryan Crossland
On Fri, Apr 15, 2011 at 5:18 AM, Shafeeq wrote: > > > On Apr 14, 4:46 pm, Michael Pavling wrote: > > On 14 April 2011 12:30, Shafeeq wrote: > > > > > The question is quite simple. > > > > But the answer to simple questions is frequently much more complicated... > > > > > Is there a way I can pa

[Rails] Re: Unable to install Rails using Gem

2011-04-15 Thread Shafeeq
On Apr 14, 4:46 pm, Michael Pavling wrote: > On 14 April 2011 12:30, Shafeeq wrote: > > > The question is quite simple. > > But the answer to simple questions is frequently much more complicated... > > > Is there a way I can package Rails gem and > > all its dependencies (in a machine where I h

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-14 Thread Michael Pavling
On 14 April 2011 12:30, Shafeeq wrote: > The question is quite simple. But the answer to simple questions is frequently much more complicated... > Is there a way I can package Rails gem and > all its dependencies (in a machine where I have internet connection) > into a single file to be FTPed to

[Rails] Re: Unable to install Rails using Gem

2011-04-14 Thread Shafeeq
I appreciate the time members take to answer my question and help me out. But the answers so far are either not relevant to my question or did not really help me. The question is quite simple. I want to install Rails 3 on a machine(server) where there is no internet connection. I am allowed on

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-08 Thread Bryan Crossland
Sent from my iPhone On Apr 8, 2011, at 6:30 AM, Shafeeq wrote: > Chris, > Thanks for the response. I am used to package managers in systems > like Ubuntu and understand the benefits of having package managers. > But If you want to install a software like say Eclipse or Netbeans in > Ubuntu you

[Rails] Re: Unable to install Rails using Gem

2011-04-08 Thread Shafeeq
Chris, Thanks for the response. I am used to package managers in systems like Ubuntu and understand the benefits of having package managers. But If you want to install a software like say Eclipse or Netbeans in Ubuntu you have the flexibility of doing so either through the package manager or by

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-08 Thread Chris Mear
On 6 April 2011 13:16, Shafeeq wrote: > In effect I'd want to install Rails without having an internet > connection. Example I may want to install Rails on a production server > from where I cannot connect to the internet. Is there a way out? Bundler's 'package' command does what you're describin

[Rails] Re: Unable to install Rails using Gem

2011-04-08 Thread Shafeeq
Thanks Bryan. I was aware that Rails 3 is a gem and that it can be downloaded from http://rubygems.org but I had to download all the dependent gems in a tree like fashion and whose depth I do not know. All this through a browser :(( Is this the only solution for what I am looking for or is t

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-08 Thread Bryan Crossland
Sent from my iPhone On Apr 7, 2011, at 11:08 PM, Shafeeq wrote: > Any pointers to it? I am unable to locate the standalone packages for > Rails 3. > Rails 3 is a gem. You get it from Ruby Gems. http://rubygems.org/gems/rails Amazing what you find when you do a search. B. > On Apr 6,

[Rails] Re: Unable to install Rails using Gem

2011-04-07 Thread Shafeeq
Any pointers to it? I am unable to locate the standalone packages for Rails 3. On Apr 6, 6:23 pm, Shafeeq wrote: > Where do I download the Gem files for Rails Version 3.0 and all its > dependencies from ? Is there a documentation which describes how to do > it? > > On Apr 6, 5:20 pm, Michael Pavl

[Rails] Re: Unable to install Rails using Gem

2011-04-06 Thread Shafeeq
Where do I download the Gem files for Rails Version 3.0 and all its dependencies from ? Is there a documentation which describes how to do it? On Apr 6, 5:20 pm, Michael Pavling wrote: > On 6 April 2011 13:16, Shafeeq wrote: > > > In effect I'd want to install Rails without having an internet >

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-06 Thread Michael Pavling
On 6 April 2011 13:16, Shafeeq wrote: > In effect I'd want to install Rails without having an internet > connection. Example I may want to install Rails on a production server > from where I cannot connect to the internet. Is there a way out? > You can install gems from local copies of the gemfil

[Rails] Re: Unable to install Rails using Gem

2011-04-06 Thread Shafeeq
In effect I'd want to install Rails without having an internet connection. Example I may want to install Rails on a production server from where I cannot connect to the internet. Is there a way out? Thanks in advance, Shafeeq On Apr 6, 1:42 pm, Shafeeq wrote: >     I am new to Ruby on Rails. I w