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
