[Rails] Question about fresh GEM install

Trevor wenn0029 at tc.umn.edu
Wed Jan 5 21:29:55 GMT 2005


Hello,

I have a fresh install of RubyGems (0.8.4) and installed Rails via the 
Gems install (0.9.3) answering yes to all the dependencies.  Trying to 
set it up for the first time:

machine > rails /home/mydir/Todo
(in /opt/local/lib/ruby/gems/1.8/gems/rails-0.9.3)
rake aborted!
No such file to load -- rake/gempackagetask
./Rakefile:4

Does anybody have any ideas how I could fix this?

---

Second question:

Also, I noticed in /opt/local/lib/ruby/gems/1.8/gems/rails-0.9.3 there 
is no "script" directory, so I can't try "ruby script/server" as 
suggested in the README.  I can do:

machine > ruby bin/server
bin/server:45:in `require': No such file to load -- 
bin/../config/environment (LoadError)
from bin/server:45

Is this just an error in README?

Thanks for any help,
Trevor


More information about the Rails mailing list