[Rails] After 1.2 upgrade - a copy of X has been removed from the module tree
by David L Bean other posts by this author
Jun 19 2007 6:43PM messages near this date
[Rails] Re: good rails hosting
|
[Rails] Logo Design and Web Design in USA
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: Ta
lk" group.
To post to this group, send email to rubyonrails-talk@[...].com
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@[...].com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
|