Error calling Dispatcher.dispatch

I'm stuck on this error in only this application. Other apps running the same version of Edge are doing ok under the same version or Mongrel. This one fails. What it's trying to do is redirect to get authentication. Has anyone else experienced this error?

Edge Rails, OSX, brand new today install of everything from Ruby (1.8.5) to gems ...

Thanks

Sat Dec 02 16:57:54 -0800 2006: Error calling Dispatcher.dispatch #<NameError: cannot remove Object::Store> /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:416:in `remove_const' /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:416:in `send' /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:416:in `remove_constant' /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:270:in `remove_unloadable_constants!' /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:270:in `each' /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:270:in `remove_unloadable_constants!' /Users/surfsup/rails/tracker/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:73:in `clear' /Users/surfsup/rails/tracker/config/../vendor/rails/railties/lib/dispatcher.rb:60:in `reset_application!' /Users/surfsup/rails/tracker/config/../vendor/rails/railties/lib/dispatcher.rb:116:in `reset_after_dispatch' /Users/surfsup/rails/tracker/config/../vendor/rails/railties/lib/dispatcher.rb:51:in `dispatch' /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:84:in `process' /opt/local/lib/ruby/1.8/sync.rb:229:in `synchronize' /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:83:in `process'

In case anybody hits this same problem, the break occurred at revision 5386. You can see the bug in Trac at:

http://dev.rubyonrails.org/ticket/6716

Still no fix, so I've decided to stay at 5385.

Steve

s.ross wrote: