I have been using Netbeans 6.5 recently - it complains (on startup, and if I try to run a unit test):
"Rails requires RubyGems >= 1.3.1 (you have 1.0.1). Please gem update --system
and try again."
Yet from the command line "gem --version" : 1.3.1
any ideas? why does netbeans not realise I have gems 1.3.1 ?