> I guess I can create the missing columns manually on the production > machine using phpmyadmin, but it would be nice to know why the table > isn't generated correctly to start with.
Doesn't look like this is a viable solution. The problem is not just the absence of the FK columns in the table, but also the absence of the association methods that are supposed to be created. I have confirmed that they are not present. However another clue... when I run bin/merb -i on the deployment server, I get the following warning message for the model that's giving me trouble - ~ /var/www/apps/merb/craw/releases/20090504205549/gems/gems/dm-is- remixable-0.9.11/lib/dm-is-remixable/is/remixable.rb:200 warning: already remixed constant UserMembershipLineItem --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
