As a simple example of how Windows can be painful, take the standard ARGF approach to handling all "kinds of input":
ARGF.each do |line| puts line end On Windows, this doesn't work for redirected stdin e.g. read_stuff < my_input.txt :-( (Yes I have just wasted several head-scratching minutes on this. If anyone can suggest a workround or shim I would be immensely grateful 'cos I failed to find anything on the interweb.) Mark On Sunday, August 17, 2014 6:52:33 PM UTC+10, James Healy wrote: > > Our team is 50/50 Linux/osx. > > Either is a fine choice for ruby or rails development and common on most > teams. > > Windows is possible, but likely to be painful and cause compatibility > issues (different gems required, etc) with other team members. > > James > > James > On 17 Aug 2014 18:45, "Rosie Williams" <budgeta...@gmail.com <javascript:>> > wrote: > >> Hi, >> >> I've begun learning RoR but want to know what operating system to >> continue with that is most in demand in the market? To date I've done most >> of my development on Windows (which dual boots to Linux which I've not >> really used). I am considering buying a new Mac for development but >> wondering whether I ought to be doing my RoR on Linux? Or does it not >> really matter? >> >> thanks >> Rosie >> InfoAus.net >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby or Rails Oceania" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to rails-oceani...@googlegroups.com <javascript:>. >> To post to this group, send email to rails-...@googlegroups.com >> <javascript:>. >> Visit this group at http://groups.google.com/group/rails-oceania. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To unsubscribe from this group and stop receiving emails from it, send an email to rails-oceania+unsubscr...@googlegroups.com. To post to this group, send email to rails-oceania@googlegroups.com. Visit this group at http://groups.google.com/group/rails-oceania. For more options, visit https://groups.google.com/d/optout.