Which IDE is more superior for Ruby development? Aptana or Netbeans? Also, is there any IDE to date that is better than the two?
Why do you need an IDE for Rails? Are you coming from a Java background? Why would a simple texteditor does not work for you?
Most Rails developer use simple text editor like textmate or Notepad++.
I have been enjoying using Aptana Studio 3 Beta for Ruby/Rails work. Terminal (on 'nix) and Git integration is excellent as is the debugging and the easy deployment to Heroku (or Engine Yard, if that's your host).
I've never been a fan of Netbeans ... just never got into the IDE's UI; nothing wrong with the actual tool. Admittedly, I've been using Eclipse for 5 years now and am pretty 'institutionalized' when it comes to my IDE :).
I think the most important thing is to try both (since they're free!) and see if one feels better to you than the other. Ultimately, they're both excellent tools (as is TextMate on Mac for Ruby/Rails) and will serve you well.
I used both of them and since I needed Netbeans for java devel I used it for both (java/ruby), Aptana is also good and both have pros ans cons, you can configure more code completion and templates in Netbeans to be like textmate and use themes like monokai, aloha and others... You can search for files exactly like in textmate in netbeans, and ctrl+2 feature the same way like textmate files window, but textmate does one thing the others don't do it's ctrl+/- zoom in and out.. this is good some times when you want to explain some parts of the code to someone next to you or screencast. Well Netbeans don't have default support for git you'll need to install a module, I don't know if it works the same way svn/cvs does.
Just like craig.kamisnky said
"most important thing is to try both (since they're free!)"
=) my vote is for NB of course...
I found Netbeans easier to use and get used to, but it's a matter of preference.
You will hear a lot of people saying "just use a text editor and command line" but take that with a grain of salt.
If you are used to IDE's and are trying to learn both Ruby and Rails, I don't suggest learning a new way of doing things with the command line at the same time. I suggest sticking with an IDE until your Ruby/Rails comfort level goes up. Then definitely look at the command line/text editor combo. It may sound crazy now, but it really is better.
This is from one who went that path himself.
Hi Antwan W. A-Dubb
I find Netbeans more easier than aptana. Specially I like the rich code completion and displaying sample usage with NetBeans
so +1 for NetBeans
cheers
sameera
intellij (w/ruby plugin) or rubymine is my votes. If you're shooting for free, go TextMate.