From: zdennis Date: 2005-10-17T13:40:30+09:00 Subject: Re: ruby on rails again Hi zM, On the machine that you have where you can download gems you want to make sure you include dependencies... gem install rails --include-dependencies This will download alot of other gems like: - rake - actionmailer - actionpack - actionwebservice - activerecord - activesupport - rails This will most likely put everything in: /usr/lib/ruby/gems/1.8/gems/ Copy all of the files in there over to your non-internet based computer and you should be ok. Zach zee_man78@yahoo.com wrote: > hello you all, > > it's me again! yeah :) > > unfortunately on the machine where ruby's running i don't have internet > access :( > > i have [ruby 1.8.2 (2005-04-11)] [i386-linux] > > my ruby is finally running under apache and everything's doing well, > but i'd like to put this rails thing too. > > i downloaded rubygems-0.8.10.tgz and rubygems-update-0.8.10.gem and > installed them. no error messages everything's OK. > > after i downloaded rails-0.12.1.gem, gem install rails-0.12.1.gem no > error messages everything looks OK. > > and then i try to create a rail thing: rails /www/rubi/rails/test > > errors: > /usr/local/lib/site_ruby/1.8/rubygems.rb:194: in `report_active_error`: > Could not find RubyGem rake (>=0.5.3) (Gem::LoadError) > from /usr/local/libe/site_ruby/1.8/rubygems.rb:136:in `activate` > > my question is that: does anybody has a full package to install, or do > i have to deal with all the "could-not-find" errors until i find them > all? > > thank you > zM > > > >