Which IDE if any, are people using to develop Ironruby in?
相关问题
- Returning a CLR type from IronRuby
- Cucumber on IronRuby incredibly slow to start?
- How to use an IronRuby block with a C# method
- is F# to IronPython/IronRuby as C# is to VB.NET?
- Is it possible to host the .Net DLR in an “idiot-p
相关文章
- Is it possible to host the .Net DLR in an “idiot-p
- Building IronRuby WPF GUIs
- Key based authenication with net-sftp in Ruby
- Extending C# .NET application - build a custom scr
- Optional parens in Ruby for method with uppercase
- Limitations in running Ruby/Rails on windows
- 你如何将字符串添加到C#的IList 从IronRuby的?(How do you add a
- 达网络4 - 运行代码从串 - 在C#/ F#/的IronRuby / IronPython的(.
IronRuby integration in VS2010 can be found here: http://ironruby.net/tools/
I use Vim as my IDE with some custom settings that I blogged about some time ago.
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
The IronRuby tools are a good place to start but I think the best IDE for doing Ruby or in more detail Rails is VIM. by using a plugin such as rails.vim you can keep all your shortcuts and scripts across the boundaries such as Windows / Linux or IronRubyOnRails / RubyOnRails ...
JetBrains is offering a great IDE with RubyMine. I can remember that I've read an article about how to configure RubyMine to support IronRuby.
But as already mentioned IronRuby Tools for VS2010 are a good place to start.
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.
The current version(s) of IronRuby now contain Ruby Tools for Visual Studio, which install along with IR itself. This is true for versions 1.1 and later.