Plugin ate my namespace (temporarily I think)

I’ve got rForum installed but when I install the comatose plugin, I
start getting const_missing errors. I can’t do script/about or even
start the app without getting the error below. After I remove the
plugin, the errors go away. I’m thinking

Can someone suggest where I should look to fix or work around this
problem?

Thanks,

Amr

ERROR TRACE when I tried to do ./script/generate comatose_migration

usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in
const_missing': uninitialized constant Localization (NameError) from ./app/controllers/navbar.rb:4 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:ingem_original_require’
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
require' from /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:inrequire’
from ./app/controllers/application.rb:1
from
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:140:in
load' from /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:140:inload’
from
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:56:in
require_or_load' ... 24 levels... from /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/generate.rb:1 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:ingem_original_require’
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require’
from script/generate:3

There is a problem with the plugin’s basic lossy approach

Ive bee digging into it all morning and this method is not very clean

Basically the scraping of repositories is not failsafe as anyone can
update
the wiki

Clayton C. wrote:

There is a problem with the plugin’s basic lossy approach

Ive bee digging into it all morning and this method is not very clean

Basically the scraping of repositories is not failsafe as anyone can
update
the wiki

Are you getting the same problem that I mentioned? I downloaded it from
the authors site, so I think the plugin is clean, it’s just that i don’t
know how to fix this namespace futzing that is happening when the plugin
is loaded. I can’t run script/about or anything in that app’s directory
until I un-install the plugin. Other rails installs are fine on the same
box.

After I load the plugin, rails refuses to recognize the Localization
module it cannot load it.

I’m noticing the exact same problem - after I install the comatose
plugin, script/* fails.

Did you have any luck figuring this out?