On 6/21/07, David L Bean <[EMAIL PROTECTED]> wrote:
>
>
> I've also read that this issue only crops up in development mode.
> Still, it seems like there's gotta be a resolution somewhere...this
> isn't designed behavior, is it?


Well, it's somewhat designed. I lost many many hours on this one (long time
ago). After some research, it turned out that this was happening:

I had a plugin controller in myplugin/lib directory. That controller
inherited from the ApplicationController. Now, the way dependencies work is
that they unload stuff in development mode in certain directories like
app/controllers, but *not* anyplugin/lib. So, ApplicationController would
get unloaded, but not my controller that inherited from it. This made
Dependencies choke, and it was exactly triggered by a before_filter in my
case also!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to