
RoRED is a new Ruby / Rails IDE for Windows by Marcus Oblak.
I don't run Windows, but it appears to have easy hooks for the dev server, console, and breakpointer built in, as well as easy ways to navigate through methods and models. It also features macro recording and playback, bookmarking, persistent layouts, and Ruby and RHTML syntax highlighting.

Comments
forest ·
Theres no IDE right know which competes with http://www.radrails.org. i'm not envolved into this tools development but its the only cross platform rails IDE which is entirley working.
greets,
forest
David Marko ·
Looks very promissing. I like the idea of tabs based on controller names. One problem I have is with international characters. I would prefer utf-8 coding.
RSL ·
I kinda dug the way RoRED navigates through your code but the [apparent] lack of svn support is a killer for me. :(
Frank Davis ·
This seems very promising, although obviously unfinished. My biggest complaint is that I also have some non-Rails Ruby projects, and this program doesn't want to work with anything EXCEPT Rails projects.
John Turco ·
I am sick of all-in-one and many-extension-supported programmes. Since I need a Rails IDE It must be simple, easy to open.
piggy ·
RSL, since RORED uses Explorer as the file tree, you can use TortoiseSVN directly.
Kaleb Walton ·
I disagree with the statement that there is no IDE that competes with RadRails. jEdit has been around for years and has strong support for Ruby on Rails editing. Auto-completion, abbreviations (a la TextMate), syntax highlighting, automatic RDoc integration - it's excellent!
I have an article that reviews many of the Ruby on Rails IDEs out there as well as provides step-by-step instructions on how to get jEdit set up to be your preferred Ruby on Rails IDE.