Hi,
I'm part of an online class and we have installed PostgreSQL and now Active
Record. Our command is:
bundle exec rake db:create
This produces several errors. We had to install DevKit, run bundle install,
but still no results. I found web comments that Active Record could not
find the createdb command in the PostgreSQL bin folder and suggested to add
the bin and lib folder to PATH.
After adding these folders to PATH, we now get "too many command-line
arguments."
How is any of this supposed to work on a PC????