So I ran into a little issue today, I wasn’t able to get my rake db:seed task to work. This is the error I was getting;
rake db:seed don't know how to build task
The solution?
Update rails to 2.3.5
How?
gem update rails
No related posts.
You must be logged in to post a comment.