So for the last few weeks ive been reading posts on SO and other sites about Ruby IDE's, especially for support with Ruby 1.9. Aptana/RadRails plugin looks amazing as im very used to the eclipse environment, so I thought id give it a try.
I installed ruby 1.9.1 with ruby installer and also installed devKit and Aptana studio 3. However I cant debug in Aptana as I get the following error:
c:/Ruby191/lib/ruby/site_ruby/1.9.1/rubygems.rb:323:in `bin_path': can't find gem ruby-debug-ide ([">= 0"]) (Gem::GemNotFoundException)
from <internal:gem_prelude>:346:in `method_missing'
from c:/Ruby191/bin/rdebug-ide:19:in `<main>'
So i tried to do a gem install ruby-debug-ide
and get the following:
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug-ide:
ERROR: Failed to build gem native extension.
c:/Ruby191/bin/ruby.exe mkrf_conf.rb
Building native extensions. This could take a while...
Gem files will remain installed in c:/Ruby191/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16 for inspection.
Results logged to c:/Ruby191/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/ext/gem_make.out
It appears to be ridiculously difficult to get a decent IDE with ruby 1.9 support with a functioning debugger - I am clearly doing it wrong, any help would be appreciated.
-----EDIT-----
Output of c:/Ruby191/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/ext/gem_make.out below
C:/Ruby191/bin/ruby.exe mkrf_conf.rb
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Aly