I\'m attempting to upgrade my Rails application to 3.2.0.rc2 but When I try to do a rake db:migrate --trace
I\'m now getting the following error message:
From the command rake db:migrate --trace
, the rake tasks are not loaded. , amd you couldn't get the path scheme right.
and running rake -T
locally list db:migrate
as one of the rake tasks? If
not, your rails is misconfigured...
well, I didn't worked with rails 3.2.0rc2 ,but I googled and found some links .
Please refer links below this would help you..
Rake db:migrate error don't know how to build task
Don't know how to build rake db:migrate on Ubuntu natty
Problem running rake db:migrate
Let me know how it worked !
Thanks Frederick, Its interesting post..