I'm having problems getting the rake command to run with Cygwin + Rails. I've changed all references of localhost to ‘127.0.0.1′, which allows me to run the rails command, and do things like generate models, controllers and a scaffold. However, when I run:
> rake db:drop:all
I get the following error:
> "This task only drops local databases. mp is on a remote host." > rake aborted!
It seems that by setting my database to 127.0.0.1, rake can't modify my database.