Hi everyone,
I am on page 126 of Patrick Lenz's book. I got to the command where you rake the file to create tables in the database:
Code:$ rake db:migrate
but i am getting back instead of what should come out:
I have looked at all the rake files, and I am not sure why its telling me this. Does the missing file/directory have to be relative to the Rakefile? I have a file named "rake" thats in the /bin folder.Code:(in /Users/choward/Shovell) ruby: No such file or directory -- ./bin/rake (LoadError) rake aborted! Don't know how to build task 'db:migrate'
Any help is much appreciated.





Bookmarks