What editors are recommended for writing Ruby or Ruby on Rails code?

Possible duplicate: (now removed) Best IDE for Ruby on Rails

I am interested in studying ruby. But the most important thing for me is if there are good editors for this. This will help me decide whether to switch from PHP to Ruby.

0


a source to share


6 answers


I and many other people use and prefer TextMate for Ruby on Rails to work. Many Rails developers use Mac and TextMate is an editor on Mac.



And yes, it's worth switching from PHP to Ruby.

+3


a source


I prefer to use NetBeans environment with jvi vi emulation plugin.



http://www.netbeans.org/features/ruby/index.html

+2


a source


Try Komodo Edit if you are using Windows or Linux. There's an introductory screencast at http://www.rubyhead.com/2009/04/24/komodo-edit-textmate-alternative

+2


a source


VIM, Emacs, TextMate

+1


a source


There is a new editor JetBrains Ruby Mine .

+1


a source


on windows, i used InType. its in alpha right now, but it works really well for me.

otherwise, TextMate is the way to go to Mac OS X.

for linux my roommate uses gedit, he loves it.

for the record, this is not a text editor that will force you to switch.

+1


a source







All Articles