[Rake-devel] Follow to Postgresq 8.2 issue
Peter Hiltz
bryan.emrys at gmail.com
Fri May 11 10:55:58 EDT 2007
I deleted the activewarehouse plugin in the rails project vendor directory.
That eliminated the error message. However, running
rake -v --trace db:schema:dump
generates a basically blank schema:
# This file is autogenerated. Instead of editing this file, please use the
# migrations feature of ActiveRecord to incrementally modify your database,
and
# then regenerate this schema definition.
ActiveRecord::Schema.define(:version => 3) do
end
The trace is
(in /var/www/localhost/htdocs/rails/railstax-dev)
** Invoke db:schema:dump (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:schema:dump
The rest of rails is perfectly happy reading the database, but rake doesn't
seem to be pulling anything out. Again, looking for suggestions.
Thanks,
Bryan
More information about the Rake-devel
mailing list