views:

178

answers:

3

I installed RadRails a while back and uninstalled it after it said that my trial had expired.

Is it correct that this is the only option for Rails development in Eclipse?

And is there any other - free - option for Eclipse? (I tried "Ruby RDT" but it doesn't offer any Rails support, just basic Ruby editing.)

A: 

I was using Eclipse for a while for Rails development, based on RDT plus mods described in the following article:

www.napcs.com/howto/railsonwindows.html

Jon Konrath
+1  A: 

Try Aptana IDE - it is Eclipse based and totally free. Also as much as I know its Rails support is bases on Rad Rails eclipse plugin.

BTW, I'm using NetBeans 6.5.1 for Rails and I've already convinced everybody is my office that it is better than Aptana :)

Alex Kaushovik
Yes, Netbeans is definitely the best IDE for Ruby/Rails that I've seen. Unfortunately I need to do a project that requires me to use a couple of other tools that are only available for Eclipse :(
carson welsh
I tried Netbeans a while back and it was a bigger memory pig than even Aptana. Is it better now?
Scott Miller
It is definitely better now - no more unexpected crashes, debugger is awesome, code navigation rocks, etc! I just switched to version 6.7 RC1 and its good so far.
Alex Kaushovik
+5  A: 

Use the full Aptana Studio, and after it says the Professional trial is over, you can continue using the Community Edition mode.

Doesn't seem to be a way to just get the Community Edition by itself, but it'll just ask you to close and restart Eclipse after 30 days.

Chris Doggett
Great. Thanks for the info.
carson welsh