RubyonRails GUI for Leopard?...

Hi everybody, I'm a web developer interested on moving to rubyonrails framework, and I'm looking for a good GUI or integrated suite to develop rails under leopard, or linux.

Could do you give me any advise about it?...

I will appreciate your help.

Thanks folks.

See ya!!

Hi zensuite,

zensuite wrote:

Hi everybody, I'm a web developer interested on moving to rubyonrails framework, and I'm looking for a good GUI or integrated suite to develop rails under leopard, or linux.

If you would like to use a free (as in beer and in speech) GUI, then have a look at the Netbeans IDE [1] - it is quite good to develop RoR apps and provides you with all the little things that comes with a real IDE. Netbeans runs on Linux, MacOS, Windows.

Especially RoR devs on macs like to use TextMate [2] which does not come for free (neither beer nor speech) but has some nice gimmicks, too. But TextMate is more of a sophisticated text editor and not a full-blown GUI. You may have seen TextMate in action in the excellent Railscasts [3] series of screencasts by Ryan Bates. TextMate is only available for MacOS.

Take your pick ... :smiley:

Regards Martin

[1] http://www.netbeans.org/ [2] http://www.macromates.com/ [3] http://www.railscasts.com/

TextMate, on OS X, definitely.

There are multiple options. I'm using Aptana RadRails a lot, since I code both on macs and linux systems.

On Mac OS X I use XCode. It is quite good and free. Specifically, you want to use the XCode "Organizer" Just launch XCode and rather than create a project (which you don't need) go to the Window menu and choose Organizer. Drag the root folder from your rails project into the left outline pane and you've got quick access to the files in your project with syntax coloring. I like it fine for rails and php projects.

zensuite wrote:

Hi everybody, I'm a web developer interested on moving to rubyonrails framework, and I'm looking for a good GUI or integrated suite to develop rails under leopard, or linux.

By "GUI", do you mean an IDE, or something else?

If you mean an IDE, I'd say that Rails needs an IDE a lot less than, say, most Java frameworks. That said, I do my Rails development in jEdit (on Leopard), which certainly qualifies as an IDE; see http://marnen.livejournal.com/23723.html for more information. I used to use Eclipse/Aptana, but it got to seem too heavyweight and underpowered. I might try NetBeans at some point -- but neither it nor Eclipse has a working word wrap function!

About the only thing I really miss from Eclipse is Mylyn.

Best,

One more point for TextMate. Quite clean and lightweight. A few colleagues of mine are using MacVIM and they were using TextMate before that.

See ya Eric Fer

TextMate is definitely great. I have to give another vote for Netbeans though. It is free, runs on both Linux and OS X and it has by far the most features. The main disadvantage is that it is heavy, soe depending on your machine performance can be quite sluggish.

I like the Vim for ROR.

http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/