Hey All,
I''m getting errors of various types that all stem from observers being
active when I run rake db:schema:load. If I disable the observers
completely by commenting out the config.active_record.observers line,
then the schema load works. But turning on and off different observers
causes errors like constant not found or that a db table doesn''t exist
(error depends on which observers I have active). The observers are
But it seems like observers shouldn''t be observing the initial creation
of the tables, correct? Any way to stop that from happening? Have I
misconfigured something?
Thank you,
Akira
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---