vote up 3 vote down star

I've been using a text editor for my rails app for a while and I have a workflow that I am happy with for my existing app.

However, I am about to be starting a new app and it appears that Aptana RadRails is sufficiently developed and stable enough for use. (The last time I tried it it was in beta and wasn't quite fully baked.)

So my question is: Is it widely used in the community? What are peoples general thoughts on it?

flag

79% accept rate

9 Answers

vote up 10 vote down check

Aptana is really good but I suppose the most widely used rails IDE is Netbeans. It supports features like CSS designing etc that aptana does not. I used to use Aptana when I was new to RoR but I have slowly migrated to netbeans 6.5. I would recommend you to try out netbeans and spend some time on it as it took me a while, personally, to like it :) .

link|flag
I found NetBeans to be the better IDE as well. – Alex McBride Dec 13 '08 at 10:54
I agree about NetBeans, but the CSS designing gets really annoying to me. I've worked CSS by hand for years. – The Wicked Flea Dec 15 '08 at 15:05
I moved from Aptana to Netbeans too. It's hard to pin one thing that makes it better - it just feels a little quicker and more focused. – RichH Dec 15 '08 at 18:38
vote up 5 vote down

Most Rails developers seem to think that an IDE is overkill for their platform and tend to favor a more nimble approach.

This is why so many of us use Textmate on OS X. It's been the development environment of choices of not only the majority of Rails developers but of the elite programmers as well.

I would suggest to look into the unofficial port of Textmate on the Windows platform: E Text Editor.

I haven't used it but if I had to develop on Windows it would be the first thing I'd look into.

Good luck in your quest.

link|flag
I'd also advise people to look closely at the $35 price-tag. It's a good price, that's for sure, but major versions require an upgrade fee; looking at the recent development it will either be a long while (or a VERY short while) before the next major version. – The Wicked Flea Dec 15 '08 at 15:10
Good point. It's an important issue. It's still priced well below regular IDE packages. – allesklar Dec 15 '08 at 16:00
vote up 3 vote down

I've tried every editor/IDE for Ruby and Rails development (at least the ones available on Windows and Linux).

Being a long time Unixer I use Vim for all the Rails development, but NetBeans is probably the best other option I've seen. It is quicker than Aptana to load, and the JavaScript and Ruby debuggers worked without any configuration. (I have a low tolerance for trying to get things working - I couldn't figure how to get Ruby debugging in Aptana in 5 mins so I just gave up)

The other guys on our team who were using Aptana have now switched to NetBeans.

link|flag
vote up 2 vote down

Netbeans is really good. Check out this review: http://lifeonrails.org/2007/8/30/netbeans-the-best-ruby-on-rails-ide

link|flag
vote up 1 vote down

I used NetBeans for Rails development. It will use alot of ram so you need that handy. I personally prefer TextMate but you need a Mac to run it.

link|flag
vote up 1 vote down

emacs, Crimson Editor and NetBeans. I didn't like Aptana from the very beginning. Even when you create a new file, you have to manually refresh the list (seems like a small problem but after you've used nb, these bugs kinda point out...).

Now, put to the equation the plugins that nb has and the choice becomes a little bit easier!

link|flag
vote up 0 vote down

I tried them out both (nb and aptana) and was very disappointed. Both apps are slow like hell and use way too much memory.. Aptana also crashed and showed me strange errors. IDE support in general is quite bad for Rails IMHO. There is also an extension for visual studio and jetbrains is working on a Rails IDE, maybe these will be better..

link|flag
vote up 0 vote down

I use emacs, however I have never been completely satisfied with (well mixed minor modes in general) the rhtml/erb support. I had to M-x redraw-display constantly.

So on a project a few months ago, I opted to use Netbeans, and thought (with emacs keybindings turned on) it was a pretty usable IDE.

I don't know what the %'s are for who uses what. And saying which one I thought had the largest uptake would be pure conjecture.

link|flag
vote up 0 vote down

The greatest Aptana feature for me is the way it parses TestUnit output so each test failure is in a different line block so you can click on each one and go through it. They call it the test unit view.

There is also a good comparison on the Aptana site http://www.aptana.com/rails

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.