Favorite Ruby / rails ide for Linux

Possible duplicate:
What IDE / editor are you using for Ruby on Linux?

what do you think is the best idea for developing rubies and rails on Linux? thanks.

0


a source to share


4 answers


I think I'll be the guy who answers " Emacs " this time.



0


a source


Try Arachnoruby or Eclipse



0


a source


I know this is not for Linux, but I would say Textmate is good enough reason for Mac anyway :)

To be more serious, I would recommend vi , more specifically Vim . It's lighter than anything else and still does the job, so for Linux I don't think there are other options, and for Ubuntu (and probably Debian and the rest) there is even a package, vim-rails which contain many scripts to facilitate development.

0


a source


I don't think you need an IDE. Rails isn't that hard, all it takes is a text editor and terminal.

So, I recommend using a text editor like emacs, vim, gedit or whatever. KDE / Gnome terminals are more than enough. You might want to look into using ZSH instead of bash.

0


a source







All Articles