> Many times drop and recreate the database is not works, especially when you > have some functions which > is beyon the ability of active_records, such as view schema, contrib > function in postgresql, etc. > > I have wrote a post about "testing with postgresql". Hope it's meaningful. > > http://sishen.lifegoo.com/?p=50
You can set the schema_format to :sql and it should work well. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
