Hi,
I'm new to ruby and rails but seem to be stumbling along Ok. I'm
running under Mac OS X 10.3.9 and am using ruby, rails, etc straight
from my command line (as opposed to trying to use it via Locomotive).
I finally hit a sticking point I can't solve as indicated by my
Subject line. When I try to connect to my database...
blinky:/Library/WebServer/Documents/depot denniseberl$ rake
db:migrate
...I get the following:
(in /Library/WebServer/Documents/depot)
rake aborted!
Don't know how to build task 'db:migrate'
I tried everyting sugested on the following page, but nothing works.
Nothing addressed the issue of "Don't know how to build task
'db:migrate'".
Where do I go from here?
Dennis