Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Justin Bailey
RE: apply_sspi_patch and Cygwin [ reply ]  
2007-04-23 15:05
Thanks for the note, and I'm glad it's working correctly for you.

By: Charles Roper
apply_sspi_patch and Cygwin [ reply ]  
2007-04-23 13:17
I've just successfully setup Ruby, Gems and RubySSPI under Cygwin and I am delighted to say that it seems to work flawlessly. There is one caveat though: the apply_sspi_patch applies a slightly dodgy path in the new http.rb. It generated this on line 2:

require 'net/net\http.orig.1'

whereas it should read like this:

require 'net/http.orig.1'

After making this change, I was able to run gems through ISA perfectly.