views:

7729

answers:

20

I love to use Textmate on my Mac at home but have a hard finding somehing to use at work (windows).

What is the best editor to use for Ruby on Rails on windows that get you the closest look and feel to Textmate?

+10  A: 

E-Text Editor. Even compatible with TextMate's bundles.

http://www.e-texteditor.com/

David
+14  A: 

You should try Intype. It is on alpha stage, and currently does not have all the functions of TextMate, but it looks very promising. Take a look at the blog, the forums, and download the "unstable releases".

I currently use it every day on Windows for Ruby ob Rails development and I am eager to test the next alpha release.

hectorsq
+6  A: 

Netbeans (the java editor) is pretty good as well.

Korbin
+2  A: 

It very much depends on what you need. If you want a lightweight editor then InType is probably one of the best choices. Wait a little bit longer for the next version and you wont be disappointed, or so the authors say. It is a comercial application though.

If you like the comforts of an IDE then from what I have seen NetBean's with Ruby & Rails bundles is the best option. The debugger is quite fast and stable and the editor and IDE overhead is the best considering the choices. I am an Eclipse fan for Java work but on RoR field NetBeans won me over. And of course there is IDEA, but that one just costs too much.

Honza
A: 

I am using Aptana Studio for Rails.

Maxim Ananyev
+1  A: 

I second the NetBeans suggestion, I tried several , including Eclipse and Aptana, and Netbeans is faster and it is easily configurable. Versions before 6.1 were not as stable as they are now, at least for windows.

AlePani
For ruby dev you should **really** consider getting 6.5 beta or even a nightly.
Marcin Gil
A: 
jussij
+1  A: 

Update: I took a look at Intype and I must say I am VERY IMPRESSED. Better than RoRED or whatever, finally a TextMate look alike on Windows for FREE


Old:

I was googling for a good rails editor on Windows (of course TextMate for Mac wins) and along with this stackoverflow post I saw RoRED - it looks great. It seems PERFECT for RoR development on Windows

http://plasmacode.com/screen-shots

Hope this helps!

Sheriff Md
Intype might be free now, but their FAQ says it will be priced at $25 - $45 once it's "finished".For more: http://intype.info/faq/#faq-basic-3
Luke Sampson
RoRED and the plasmacode.com website appear to be defunct now.
Dougman
+1  A: 

I would have to say UltraEdit.

DavidGrove
It's ok as an editor but not good for Ruby.
FortunateDuke
+4  A: 
Luke Sampson
+4  A: 

RubyMine is bar far the best out there: http://www.jetbrains.com/ruby/

Travis R
A: 

emacs,it's best editor for any OS。 See this video,you will love emacs. Install some plugin for emacs,it will be best dev tool for ruby on rails.

HelloWorld
A: 

Aptana RadRails is a cross-platform IDE that will run on Windows

http://www.radrails.org/

Dougman
A: 

I don´t have credit to comment but I would like to add to the most popular answer about Intype that you don´t get by default syntax highlighting for .erb files in rails. The way to fix that is to press Shift+Ctrl+G to get the language dialog and select HTML (Rails).

hjortureh
A: 

For Windows, I stick with SciTE. If you prefer more IDE-type features, then FreeRIDE is a good choice, as is NetBeans (although a bit heavier). I have heard good things about Aptana, Redcar, and ScriptDev, but I have never used any of those myself.

bta
A: 

I absolutely love using emacs for ruby on rails. On both linux and windows. Combine emacs with these extensions and you will have one supercharged development environment ready.

kgthegreat
+1  A: 

E Text Editor is a very good for programmers... =)

Bruno
A: 

RubyMine seems to have the best of all words so far - a good balance of speed, text-mate like features, easy customizability (colors etc.), and an easy to use but powerful template system.

Try the trial :)

stringo0
A: 

I would recommend Jetbrains also you can try Netbeans

Rohit
A: 

NetBeans is the most full featured and easy to use IDE for Windows. And it's completely FREE. I've previously tried intype, Eclipse with Aptana RadRails plugin, gvim, and FreeRIDE. I didn't like any of them. Either it was too complicated to setup or was way too limited for developings Rails.

Definitely give NetBeans a try if you're still looking for a Ruby editor. Unlike other IDEs (ahem Eclipse/RadRails), the installation was really simple. I still use Eclipse for Java development though, so I'm not a complete hater.

WhoDatSaint