By gst
via blog.jayfields.com
Published: Oct 02 2007 / 23:12
A year and a few months ago I wrote what I considered to be the state of Ruby IDE choices. These days I'm still using TextMate to deliver Ruby applications. I think TextMate is a fine text editor, but almost every project team has a few developers who want IDE support at the level that IntelliJ provides to Java. After hearing those same complaints for over a year I'm fairly sure that, at this point, no one wants a more robust IDE than I do.
Unfortunately, there isn't a better option. "NetBeans has great debugging support." "The IntelliJ plug-in provides better searching options." Yes, I've heard many of the great features that the different IDE options provide. The problem is, they missed a few fundamental features: stability and speed.
Comments
peimei replied ago:
Try ruby-debugger. No need for an IDE, TextMate and a bash console are all you need. :)
ss --debugger
list
step
step
inspect
ctl-d
Voters For This Link (9)
Voters Against This Link (0)