I'm having trouble setting up RadRails. For one thing, I can't get it to show any files in a Rails project I started before installing RR. I decided to start another project just for the purpose of experimenting with RR. I'm having trouble setting the preferences.
For Window:Preferences:Gems:Rails, I set C:\ruby\lib\ruby\gems\1.8\gems\rails-1.1.6. There's also a C:\ruby\lib\ruby\gems\1.8\gems\rails-1.1.2, but I chose the one with the highest number. For Window:Preferences:Gems:Rake, I set C:\ruby\lib\ruby\gems\1.8\gems\rake-0.7.1.
I think the problem I'm having is finding the Ruby intrepreter. Examples on the net use the Unix usr/bin/ruby, which doesn't help me. RR won't take the nearest equivalent, C:\ruby. I've tried both C:\ruby\bin\ruby.exe and C:\ruby\bin\irb.bat. I know the last is a batch file, but it was the only irb I could find to point to.
When I try to start a Webrick server with RR, it never actually starts. I'm assuming that's because I haven't actually pointed RR to a Ruby interpreter, but I don't know what the heck to point it to.
Any help would be greatly appreciated.