Hi, My tests(rspec) are failing on models that has a String primary key. Rails wrongly creates the test table with the primary key in Integer format. As a result, the fixtures can not be imported, nor does relationships match up.
The database is imported and needs to match with an external database, so there is no possibly of changing the primary key to integer. Does anyone know how to force Rails to recreate the test tables to respect string primary keys? Another poster also experienced this problem, http://www.ruby-forum.com/topic/90740#new. But unfortunately he didn't get a reply. Much thanks, Zac -- 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 [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 -~----------~----~----~----~------~----~------~--~---

