any one kind enough to tell me how to install ruby on rail without
using Gem.
On 13 Mar 2008, at 06:32, Mozammal T. wrote:
any one kind enough to tell me how to install ruby on rail without
using Gem.
You can download all the files from the rubyforge page.
Fred
Frederick C. wrote:
On 13 Mar 2008, at 06:32, Mozammal T. wrote:
any one kind enough to tell me how to install ruby on rail without
using Gem.You can download all the files from the rubyforge page.
Fred
I have already downloaded rails-2.0.2.tgz.But , i didn’t find any
makefile.How to install rails-2.0.2.tgz.
Mozammal,
Rails is written in Ruby… my suggestion would be to get a little more
familiar with Ruby and Rakefiles before proceeding to make rails without
gems. I am also curious as to why you would like to build without gems
as it’s fairly integral to Rails, many of the components that
incorporate into Rails are installed via gems.hth
ilan
Thanks for ur kind attention.My internet line is too slow to use gem. I
am afraid of using gem. would u pls tell me how to use Rakefile to
install rails.
You can install gems from a local source. So once you have the files
it
can be done without a network connection.
See - http://docs.rubygems.org/read/chapter/10
I hope this may be of help to you.
On Mar 14, 1:00 am, Mozammal T. [email protected]
Mozammal T. wrote:
Frederick C. wrote:
On 13 Mar 2008, at 06:32, Mozammal T. wrote:
any one kind enough to tell me how to install ruby on rail without
using Gem.You can download all the files from the rubyforge page.
Fred
I have already downloaded rails-2.0.2.tgz.But , i didn’t find any
makefile.How to install rails-2.0.2.tgz.
Mozammal,
Rails is written in Ruby… my suggestion would be to get a little more
familiar with Ruby and Rakefiles before proceeding to make rails without
gems. I am also curious as to why you would like to build without gems
as it’s fairly integral to Rails, many of the components that
incorporate into Rails are installed via gems.
hth
ilan