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

_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to