I don't know about external libraries, but setting perform_caching to false should be expected to avoid the problem... if you're not performing caching, sweepers don't need to run, which is where the problem is.
On 4/10/06, sclaret <[EMAIL PROTECTED]> wrote: > I got this with my app that doesn't use engines at all: > > You have a nil object when you didn't expect it! > The error occured while evaluating nil.controller_name > > I think it has to do with using external libraries, because it seems to > be caused by this... @status_options = > YAML::load(Settings.status_options) > > I'm pretty sure this is related to your problem. Interestingly, things > work normally for me when I set config.action_controller.perform_caching > = false in production.rb. Does it do that for you guys too? > > Simon. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-developers mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org > -- Jeff Lindsay http://blogrium.com/ _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
