Rake db:migrate returns "rake aborted! no such file to load -- spec"
- by Isaac Yerushalmi
For some reason, out of no where, rails began giving me an error on "rake db:migrate", and I can no longer run migrations. It returns the error "no such file to load -- spec /home/ti/rails_apps/appname/Rakefile:10"
I've spent two hours searching google for answers, trying to figure this out, but to no avail. What could be the problem?
Here is the…