RE: [Rails] Re: IDE for ruby on rails

Greg,

I didn’t see what platform you are working with. Today, I am working from a Windows machine, using InstantRails and Eclipse with the Radrails plugin, so take these settings with a grain of salt. If you want settings for Linux, just reply back and I can send you those later…or one of the others will probably beat me to it anyway.

Installed interpreter…C:\rails\ruby\bin\rubyw.exe

Rake gem…C:\rails\ruby\lib\ruby\gems\1.8\gems\rake-0.7.1

Rails gem…C:\rails\ruby\lib\ruby\gems\1.8\gems\rails-1.1.2

HTH,

Nathan

Tks Nathan - still no luck unfortunately.

Did a new install of RadRails and set up like you expected. I get no files generated. I do get a stopped server down the bottom. If I click on start the server and then TAB to console I see:

-e:4:in `load’: no such file to load – script/server (LoadError) from -e:4

But this looks like the files were never generated. Can’t find a way to see what’s happening either at the point where its not generating the project. No log file I can find.

Any ideas?

Thanks Greg