On 24 Sep 2010, at 12:58, Luis Teko wrote:
Hi gurus is there any site where i can obtain some guidelines in
Juggernaut for 2.2.2 I follwed this
http://www.slightlycoded.com/blog/the-juggernaut-a-push-server-for-ruby-on-rails
seems not to work after running
juggernaut -c juggernaut.yml -d
ive got this error
C:\InstantRails-2.2-win\rails_apps\chat_sandbox>juggernaut -c
juggernaut.yml -d
C:/InstantRails-2.2-win/ruby/lib/ruby/gems/1.8/gems/juggernaut-0.5.8/
bin/../lib/
juggernaut/runner.rb:205:in `fork': fork() function is unimplemented
on
this mac
Quick google search:
"Kernel.fork is used to start a subprocess, which is sometimes needed
over just a Ruby thread (which is still part of the current process).
Unfortunately it doesn’t work on Windows because Windows doesn’t
support the fork command.
However, it does work under cygwin! Which is really useful :)"
Let's be honest here, developing Rails apps on Windows is possible,
but there are quite a few gems with native libraries that will make
you run into these kinds of problems. You're much better off
developing in a Linux VM or just switching to Linux completely.
Best regards
Peter De Berdt
--
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.