any one kind enough to tell me how to install ruby on rail without using Gem.
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 Cheung wrote:
Mozammal Tomal wrote:
Frederick Cheung 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
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.