What is everyone doing with regards to database constraints not being created in schema.rb ? I'm using Oracle and I just noticed none of the constraints I am creating in my migrations appear in my test schema. This makes me question the value of my test suite since I'm not running it on the same db constraints that will be present in production.
I tried setting config.active_record.schema_format = :sql as suggested in a DHH post I found Googling, but the SQL file doesn't contain anymore than the schema.rb contains, it's just in a different format is all. Thanks, -- Greg Donald http://destiney.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

