I'm trying to do a rake migrate, but I'm getting an error when I do this:
rake db:migrate
What I get back:
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakefile'
(See full trace by running task with --trace)
How do I fix this? Thanks.