vote up 0 vote down star
1

Possible Duplicate:
What IDE / Editor do you use for Ruby on Linux?

what do you consider the best ide for developing ruby and rails on linux? thanks.

flag

duplicate :( stackoverflow.com/questions/265601/… – amartin May 22 at 8:10
Drat - I really wish I could just vote "1" close vote... – Marc Gravell May 22 at 8:22

closed as exact duplicate by Marc Gravell May 22 at 8:21

4 Answers

vote up 0 vote down

I guess I'll be the guy that answers "Emacs" this time.

link|flag
vote up 0 vote down

Try Arachnoruby or Eclipse

link|flag
vote up 0 vote down

I know it's not for Linux, but I'd say Textmate anyway, it is reason enough to get a Mac :)

To be more serious, I would recommend vi, or more precisely Vim. It's more lightweight than anything else and still manage to do the job right, so for Linux I don't think there are any other options and for Ubuntu (and probably Debian and the rest of them) there is even a package, vim-rails, that contain a lot of scripts to ease up the development.

link|flag
vote up 0 vote down

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

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

link|flag

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