I have an app running locally working fine, but when I moved it into production here at hostingrails I'm getting this error when I try to generate the migrations:
script/generate plugin_migration
/home/socials0/pruebaa/vendor/plugins/community_engine/engine_plugins/
globalite/lib/globalite/locale.rb:1: Locale is not a class (TypeError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:509:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:354:in `new_constants_in'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:509:in `require'
from /home/socials0/pruebaa/vendor/plugins/community_engine/
engine_plugins/globalite/lib/globalite.rb:4
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require'
... 19 levels...
from /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/
commands/generate.rb:1
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require'
from script/generate:3
Any clues?
Thanks in advance.