Easy Fix: replace all occurences of /dev/null with c:\\NUL in all .rb file in your ruby directory
;-) On Dec 4, 12:02 pm, Hoang Nghiem <[email protected]> wrote: > Thanks Matt !!! > > 2009/12/3 Matt Jones <[email protected]> > >wit > > > On Dec 2, 10:47 pm, Hoang Nghiem <[email protected]> wrote: > > > Also, here is the RUBY_PLATFORM value : i386-mingw32. I used the > > installer > > > package fromhttp://rubyinstaller.org/download.htmltoinstall the ruby > > > 1.9.1. I notice that the old ruby 1.8.7 I used refer to i386-mswin32 and > > the > > > 'mingw32' look like does not detect that I'm on the Windows platform. > > > MinGW is supposed to provide a "Unix-like" compatibility layer so that > > things (like there not being a file /dev/null) don't cause problems on > > Windows. Looks like something's not working on your setup - you may > > want to try the rubyinstaller mailing list. > > > --Matt Jones > > > -- > > > 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]<rubyonrails-talk%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. -- 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.

