[Rails] Rake task rails:upgrade:check is not working on windows. Rai
Is there any solution to solve the problem of rake task
rails:upgrade:check on windows ?
I am getting this error ...
Rake task fetching failed with (working directory:
C:\projects\testproject)
rake aborted! no such file to load -- popen4
C:ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in
'raw_load_rakefile' (See full trace by running task with --trace)
EDIT:
To solve out this problem i have installed this gems ..
gem install POpen4 -v 0.1.4
gem install win32-open3
gem install rak
But still not able to get proper output ...
Is there any solution to run rake task rails:upgradeLcheck on windows ??
Is it causing problem with rak or popen4 ??
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home