[Rails I18n] globalize_languages doesn't exist error
Ingo Weiss
ingoweiss at gmail.com
Thu Jan 4 14:23:21 EST 2007
Hi,
I am getting started with globalize and so far it works ok. At some
point I had to do 'rake globalize:teardown' to reset the database (I had
the problem where all user translations were stored as 'built_in' as
described on the 'example application' pag). Now when I run 'rake
globalize:setup' again I got the following error:
rake aborted!
Mysql::Error: #42S02Table 'globalize_development.globalize_languages'
doesn't exist: SHOW FIELDS FROM globalize_languages
and I thought: of course it doesn't exist - I just deleted it! ;-)
I am actually getting the same error now when trying to run any
migration!
Thanks for any hint how to fix this!
Ingo
--
Posted via http://www.ruby-forum.com/.
More information about the Railsi18n-discussion
mailing list