After 1.2 upgrade - a copy of X has been removed from the module tree

All,

I've been diligently looking for a complete answer to the following question, but I haven't seen any real resolution to it. Anyone have any new news?

Problem: After associating an authentication method of the Application controller with before_filter throughout the application, I will occasionally get this error:

A copy of ApplicationController has been removed from the module tree but is still active!

This did not happen prior to my upgrade to 1.2.

The workaround I'm using is to force Rails not to dynamically load/ unload the app's controllers, i.e. in environment.rb:

  ## chasing update to 1.2 error...   config.load_once_paths += %W{ #{RAILS_ROOT}/app/controllers }

That keeps the error at bay, but I have to restart the server anytime I make a change during development, which is a royal pain in the patootie and something that negates one of the best characteristics of Rails.

Thanks for any help,

- David