Problem: When i put some observer, and run rake db:create.. errors will be occur
ERROR:rake aborted! no such file to load -- rdoc/task
(See full trace by running task with --trace)
Anybody tell me the solution..
Thanks in advance.
Problem: When i put some observer, and run rake db:create.. errors will be occur
ERROR:rake aborted! no such file to load -- rdoc/task
(See full trace by running task with --trace)
Anybody tell me the solution..
Thanks in advance.
re-check ur migrations which you are doing.there may some problem in your migrations only
did you run with the --trace? That should give you a better understanding of where the rake command failed?
hello…