The subject pretty much says it all. I'm getting ready to set up an
environment for working on my first patch, and I discovered that the
activerecord/test/schema files have changed, but the Rakefile hasn't
yet been updated.
Is there a simple way to set up the test databases with the new system?
Oops, my bad
I'll get a patch in, but until then if you just remove the lines
%x( psql activerecord_unittest -f #{File.join(SCHEMA_ROOT, 'postgresql.sql')} )
%x( psql activerecord_unittest2 -f #{File.join(SCHEMA_ROOT, 'postgresql2.sql')} )
Then I think you should be ok