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 ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060316/cb91dc55/attachment-0001.html
I get the same error running Ruby 1.8.3 on Windows. Chris ________________________________________ From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Dylan Stamat Sent: Thursday, March 16, 2006 12:20 PM To: rails@lists.rubyonrails.org 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 :) On 3/16/06, Chris Bruce <cbruce@sleeter.com> wrote:> > I get the same error running Ruby 1.8.3 on Windows. > > > > Chris > > > ________________________________________ > From: rails-bounces@lists.rubyonrails.org [mailto: > rails-bounces@lists.rubyonrails.org] On Behalf Of Dylan Stamat > Sent: Thursday, March 16, 2006 12:20 PM > To: rails@lists.rubyonrails.org > 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 ? > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060316/3d1c56ca/attachment.html
Dylan, I just upgraded my windows ruby install to version 1.8.4 and now the server starts just fine. You can find the windows installer here: http://rubyinstaller.rubyforge.org/wiki/wiki.pl?RubyInstallerNews Chris ________________________________________ From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Dylan Stamat Sent: Thursday, March 16, 2006 12:20 PM To: rails@lists.rubyonrails.org 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 ?
I''m running 1.8.4, and no dice. I''m actually not on Windows. On 3/16/06, Chris Bruce <cbruce@sleeter.com> wrote:> > Dylan, > > I just upgraded my windows ruby install to version 1.8.4 and now the > server starts just fine. > > You can find the windows installer here: > http://rubyinstaller.rubyforge.org/wiki/wiki.pl?RubyInstallerNews > > > > Chris > > > ________________________________________ > From: rails-bounces@lists.rubyonrails.org [mailto: > rails-bounces@lists.rubyonrails.org] On Behalf Of Dylan Stamat > Sent: Thursday, March 16, 2006 12:20 PM > To: rails@lists.rubyonrails.org > 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 ? > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060316/29eb6667/attachment.html