Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-10 Thread Michael Schoen
Is there a way to make the schema dumper aware of synonyms? Should be, I'll take a look at that. ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-10 Thread Wilson Bilkovich
On 2/10/06, Michael Schoen <[EMAIL PROTECTED]> wrote: > > Is this possible for systems (like Oracle) that don't have schema dump > > support yet? > > ..or did I miss some breaking news somewhere? > > I believe Oracle supports all the migrations methods now. If I've missed > something please let me

Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-10 Thread Michael Schoen
Is this possible for systems (like Oracle) that don't have schema dump support yet? ..or did I miss some breaking news somewhere? I believe Oracle supports all the migrations methods now. If I've missed something please let me know. ___ Rails-core m

Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-10 Thread Wilson Bilkovich
On 2/10/06, David Heinemeier Hansson <[EMAIL PROTECTED]> wrote: > I've started for a few new tests to use schema.rb instead of creating > a gazillion changes to all the db-specific .sql files. Great stuff. > But it would be even greater if ALL of the db-specific fixtures were > replaced by entries

Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-09 Thread Kevin Clark
Ok, yes, I'll take a look. Incidentally, does anyone know how to resolve Rendezvous/Bonjour hostnames in Ruby? I tried using the DNSSD library, but the resolve function doesn't seem to do anything at all. Kev On 2/9/06, Michael Koziarski <[EMAIL PROTECTED]> wrote: > On 2/10/06, Kevin Clark <[EMAIL

Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-09 Thread Michael Koziarski
On 2/10/06, Kevin Clark <[EMAIL PROTECTED]> wrote: > I'll give it a shot. Is there a reason we can't load up the individual > schema to a db and use schema dumper? Clean up if needed? > Kev It's also about making sure that the rake test_x loads the schema, and runs the tests. But I think you've j

Re: [Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-09 Thread Kevin Clark
I'll give it a shot. Is there a reason we can't load up the individual schema to a db and use schema dumper? Clean up if needed? Kev On 2/9/06, David Heinemeier Hansson <[EMAIL PROTECTED]> wrote: > I've started for a few new tests to use schema.rb instead of creating > a gazillion changes to all t

[Rails-core] Be a hero: Convert Active Record fixtures to schema.rb

2006-02-09 Thread David Heinemeier Hansson
I've started for a few new tests to use schema.rb instead of creating a gazillion changes to all the db-specific .sql files. Great stuff. But it would be even greater if ALL of the db-specific fixtures were replaced by entries in schema.rb. Should not be a too hard task. Anyone up for it? -- David