RE: problems with latest and greatest?

I get the same error running Ruby 1.8.3 on Windows.

Chris


From: [email protected]
[mailto:[email protected]] On Behalf Of Dylan S.
Sent: Thursday, March 16, 2006 12:20 PM
To: [email protected]
Subject: [Rails] problems with latest and greatest ?

I just did the following:

  1. checked out latest rails from svn.
  2. built project using the /bin/rails with the latest rails binary.
  3. did a “rake freeze_edge” within the project

Now, script/server is failing

./script/…/config/…/vendor/rails/railties/lib/commands/…/tasks/tmp.rake:1:
undefined method namespace' for #<Object:0x401ce970> (NoMethodError) from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in load’
from
./script/…/config/…/vendor/rails/railties/lib/commands/server.rb:29
from script/server:3

I am running Rake 0.7.0…
Any ideas ?

Chris, are you running Rake 0.7.0 ? Maybe do a “sudo gem update rake”
if
you’re not.
Updating to the latest fixed one problem for me… but not these.

This sucks :slight_smile: