Ruby's fork() function isn't "unimplemented" on windows, fork() is an function provided by the OS on Unix and Unix-like OS'es (e.g. Linux, OS X, etc, etc.)
On Oct 22, 11:03 pm, daze <[email protected]> wrote: > I'm on Windows....and I can't get anything to work with this > plugin:http://github.com/rails/rails_upgrade > > If I run rake rails:upgrade:check, for example, I get this: > > rake aborted! > fork() function is unimplemented on this machine > > What a drag! I heard that Ruby's fork() function is unimplemented on > Windows... > DOES THAT MEAN I CAN'T USE THE PLUGIN? > > If you have any insights, please helpppp! -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

