David L Bean
2007-Jun-20 01:36 UTC
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---