Is there any solution to solve the problem of rake task rails:upgrade:check on windows ?
Is there any solution to solve the problem of rake task rails:upgrade:check on windows
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To solve out this problem i have install this gems.
Then modify rails_upgrade plugin file.
In that file replace find_with_rake method with this lines .
This works for me … May be this one help someone to upgrade to rails 3 on windows ..