On 8/29/07, Tekin Suleyman <[EMAIL PROTECTED]> wrote: > One thing that may or may not be unusual, the error is being thrown > during the loading of the first plugin, which is not the one containing > the observer or the observered model: > > loading plugin from script/../config/../vendor/plugins/raid_core with > engine additions > Exiting > /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support > /dependencies.rb:266:in `load_missing_constant': uninitialized constant > MyModelObserver (NameError)
At this point, I'd probably recommend throwing puts statements around every line in the init.rb file of the plugin that causes the error, so we can trace which line of code is causing the actual problem... -- * J * ~ _______________________________________________ Engine-Users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
