On Jun 3, 2009, at 6:19 , John Bresnik wrote: > On Wed, Jun 3, 2009 at 4:55 AM, Guyren G Howe <[email protected]> > wrote: > > None of the controllers in my 2.3.2 app are seeing my > ApplicationController. It looks like this: > > logger.debug '********** ApplicationController!!!' > class ApplicationController < ActionController::Base > include ExceptionNotifiable > include SuperEasy
<snip> > end > > It's named app/controllers/application_controller. > > But the debug statement never appears in the log. > > Something to do with the lazy loading, I expect, and I've a lot of > code copied from a 2.2 app, some of which I've been moving into > engines, just to make this more fun. > > Any thoughts? > Is there an error message? No error message. I have tried the log statement inside the class. That doesn't help. I started looking into this because I wasn't getting my layout. So I'm pretty sure it's not loading. --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
