Microsoft-Windows

IronRuby 1.0 Released: Microsoft’s 3 Years With Ruby Pay Off

Three years after Microsoft first announced it was dipping a toe into the Ruby implementation waters, IronRuby 1.0 has been released. IronRuby is Microsoft's attempt at bringing Ruby natively to the DLR that runs on top of .NET (and Mono), and with version 1.0, it has finally reached maturity with Jimmy Schementi calling it the "first stable version."

Read more →

IronRuby Q&A – What’s Down With Microsoft’s Ruby Implementation In 2010?

IronRuby is an open source Ruby implementation being developed at Microsoft with the .NET CLR in mind. It's reasonably mature and as well being a regular implementation, it provides the ability to use Ruby directly within the Web browser through Microsoft's Silverlight Flash-esque framework. Windows seems to get a bad rap in the Ruby community so we thought we'd turn the spotlight on some of the cool things IronRuby's doing nowadays.

Read more →

Microsoft’s Latest Bad Idea? ARAX – Ruby-powered AJAX

Microsoft's got plans for Ruby beyond the fine IronRuby project in the shape of "ARAX" (Asynchronous Ruby and XML), a Ruby-flavored variety of the popular AJAX Web development techniques. Microsoft's Silverlight plugin will be able to process and run Ruby code that's directly within Web pages similar to how browsers process JavaScript. This allows Ruby developers to write Ruby code instead of the equivalent JavaScript as they do now.

Read more →

ED for Windows: Another established IDE adds Ruby support

Ed-Ruby

I'm not a big IDE or a Windows user myself, so getting me to review a Windows-based IDE could be quite tough. However, the creator of ED, Neville Franks, is an Australian-based independent software developer (trading as Soft As It Gets) and wrote such a nice e-mail that I felt obliged to take a look.
ED is a Windows-only editor with over 20 years' of history, having first been commercial released in the 80s, crammed with features a lot of developers seem to love, and with support for about twenty different programming languages out of the box. The latest is Ruby which Neville has so far been impressed with. ED performs code completion (ending of blocks, if statements, etc), syntax highlighting, class navigation, and all of the features you'd usually expect an IDE to boast. Neville has written a comprehensive blog entry covering ED's support for Ruby, where he demonstrates each of these features.

Read more →

Ruby for IIS

RubyForIIS is a package that helps you set up the bindings between Ruby, Rails, and Microsoft's IIS server system. Project founder, Boris Leenaars, says:

Read more →

Ruby.NET: A Ruby compiler for the .NET CLR

There are a few efforts to develop crossovers between .Net and Ruby, but Ruby.NET one that is creating a compiler for the Ruby language that targets the .NET CLR in much the same way as JRuby targets the Java Virtual Machine. This particular implementation is unique in that it can pass all 871 tests in the samples/test.rb of Ruby 1.8.2.

Read more →