tags:

views:

3544

answers:

7
+4  Q: 

Ironruby IDE

Which IDE if any, are people using to develop Ironruby in?

A: 

Visual Studio?

According to the IronRuby website Visual Studio C# Express can be used (and in turn, any commercial version of Visual Studio 2005+ I'll assume).

From the IronyRuby.net home page:

Today, you must check the source code out of the IronRuby Subversion repository on Rubyforge. You will need a Subversion client: we recommend TortoiseSVN. To build the sources from the command line, you must also have Ruby installed on your computer already: we recommend the Ruby one-click installer. You can also build the sources using Visual Studio; if you don't already own a copy, you can download a free copy of Visual C# Express 2008.

Matthew Ruston
I find it interesting that this answer was selected as the accepted one, because that is definitely *not* the way that I interpreted the question. Are you psychic?
Jörg W Mittag
This is really not answering the question
Sam Saffron
I agree, it is not answering the question. A question I also would like to find a good answer to. I'm going to search the mailing list for IronRuby and see what I find.
Johan Danforth
Well, my vote was for Renaud Bompuis' answer.
Matthew Ruston
+1  A: 

Ruby in Steel from Sapphire Steel is build on the Visual Studio Shell (integrated mode) that will merge with Visual Studio 2008 if you already have it installed or simply be a standalone installation if you don't have Visual Studio already installed.

Renaud Bompuis
+1  A: 

Also, no use to you, but Microsoft are going to be releasing IronRuby Studio (and IronPython Studio) at some point in the future. I couldn't find much about these on the web though - they were mentioned by a speaker at Teched Europe a few weeks ago.

mackenir
IronPython Studio can be found at codeplex
Jimmy
According to this interview by John Lam there is no plan for a IronRuby Studio. http://www.infoq.com/articles/state-of-ironruby
Johan Danforth
+1  A: 

You might interested in IronEditor. which similar to SciTE. get it at http://www.codeplex.com/IronEditor

Jirapong
+5  A: 

I use Vim as my IDE with some custom settings that I blogged about some time ago.

John Lam
@Dude, any news about when Iron Ruby Studio is going to come out? I'm aching to move my .Net tests to RSpec but don't want to give up intellisense ... I guess I could go saphire steel ...
Sam Saffron
A: 

Sapphire has a version now specifically targeted at IronRuby. Furthermore, not only is the alpha free now but they claim production will be free as well.

edit:forgot to include linkage

Jeremy
+6  A: 

If you are looking for an integrated Visual Studio editor, with intellisense etc, Microsoft has nothing in plan yet (according to this article with John Lam -> http://www.infoq.com/articles/state-of-ironruby). But there is an integrated editor which works pretty good - SappireSteel - at http://www.sapphiresteel.com/Ruby-In-Steel-For-IronRuby.

If you just want to edit in VS and don't care about intellisense and such, you could try and set up an external tool from within VS and call the ir.exe (http://msdn.microsoft.com/en-us/library/68c8335t%28VS.80%29.aspx)

There are numerous editors with support for ruby highlightning which you can try out as well, but there is no one (I think) with intellisense-like support for the .NET framework. Scite (http://www.scintilla.org/SciTE.html) is pretty popular, Scott Hanselman blogged about Ruby support/highlightning in Notepad2 (http://www.hanselman.com/blog/NewNotepad2WithRubySyntaxHighlighting.aspx). On Codeplex you can find a tool called IronEdit (http://www.codeplex.com/IronEditor) which I've not tried myself yet.

I ran RubyMine (http://www.jetbrains.com/ruby/index.html) for a while, which seems to be a really good Ruby IDE (costs money), but doesn't have any specific support for IronRuby. I hope the JetBrains will release something which plugs into Visual Studio eventually...

Personally I think Sapphire will come up with something really good eventually. I hope this helps.

Johan Danforth
I've used RubyMine, and while it is mainly a ruby IDE, the ironruby support is rather good. It isn't visual studio, but then again, not everything needs to be :)
Bruno Lopes
nice answer, please vote for this: http://connect.microsoft.com/VisualStudio/feedback/details/479957/ironruby-integration-in-visual-studio-2010
JP Hellemons