On 8 Oct 2008, at 21:41, Rob Sargent wrote:
> > Rob Sargent wrote: >> >> >> Frederick Cheung wrote: >>> On Oct 8, 8:29�pm, Rob Sargent <[EMAIL PROTECTED]> >>> wrote: >>> >>> If you are using stuff the ruby schema dumper does not understand >>> you >>> may just have to switch the schema dumper format to :sql (in >>> environment.rb), although this does tend to kill cross database >>> compatibility. >>> >>> Fred >> >> OK, I'll look into that. Thank > > Setting 'config.active_record.schema_format = :sql' in environment.rb > appears to have turned dump off altogether. Was that the expected > result? Yes. Instead db/development.sql (if you are doing this in the development environment) is populated. IIRC it's not automatically updated after migrations have run. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

