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
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
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
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
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
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
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
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