2011/11/19 <[email protected]>: > You said Ȋ̊† all Jamey cribbs. I'm also a newbie on ROR. I took my steps †ђξ > way you said Ȋ̊†. I never had any regrets. Saying windows ȋ̝̊̅§ not †ђξ best > environment ȋ̝̊̅§ not a gud idea. I use both ubuntu and windows to run ROR > and I never had issues. I spent less than an hour to install and get started > writing an apps. I advice you follow what Jamey said. Cilsilver > Sent from my BlackBerry wireless device from MTN
I tried my first steps in an windows environment, whenever I wanted to install a gem that needed to be "natively build" I ran into trouble, it had cost hours of googling around to get every gem building. Once I switched over to a linux powered VM and installed gcc toolchain therein, also using it for RoR dev, no more problems occured, if I had made the change earlier it had only cost about 2 hours to download that linux version and from then on all had worked in the first try. I had saved days of time in overall. Also there where problems when I tried to deploy (even a small) applications I had coded in windows, I ran into problems because of incompatibilities between NTFS and LinuxFilesystems (casesensitivity), or other things... Since I use a system that is close as possible to the one I want to deploy on, I never ran into deploying problems. This makes me stick to "Rails is not for Windows, dont do it unless you have to!" Bye Norbert -- 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.

