Is there any solution to solve the problem of rake task rails:upgrade:check on windows ?
相关问题
- Question marks after images and js/css files in ra
- Using :remote => true with hover event
- Eager-loading association count with Arel (Rails 3
- How to specify memcache server to Rack::Session::M
- Why am I getting a “C compiler cannot create execu
相关文章
- Why does popen() invoke a shell to execute a proce
- Ruby using wrong version of openssl
- Right way to deploy Rails + Puma + Postgres app to
- AWS S3 in rails - how to set the s3_signature_vers
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- How to add a JSON column in MySQL with Rails 5 Mig
- “No explicit conversion of Symbol into String” for
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 ..