[Rails] Re: bundle install fatal error

2012-12-09 Thread Adam A.
Nice to see I'm not alone in the world of R0R on Cygwin :-) I got it working with latest Ruby release. Everything on my end works just fine. Here's what worked for me: Make sure the ruby that you have installed /with/ cygwin (during the setup.exe) is not interferring with the ruby installed in

[Rails] bundle install fatal error

2012-11-29 Thread Adam A.
Greetings all, After being a c# programmer I wanted to get my feet wet in RoR. Good stuff. I'm running a cygwin (linux emmulator - sort of on Window 7). I have ruby installed: $ ruby -v ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin] I have rails installed: $ rails -v Rails 3.2.9 I