Ruby on Windows
On using the Ruby programming language on the Microsoft Windows platform
Automating Outlook with Ruby: Saving Mail Messages To Files
5 months ago by david.mullet@gmail.com (David Mullet) on Ruby on Windows.
I've talked in the past about managing mail messages in your Inbox, and about saving email attachments to your hard drive. A reader recently asked about...
JRuby 1.6: Now With Win32OLE Goodness
11 months ago by David Mullet on Ruby on Windows.
JRuby 1.6 has just been released and, among the many new features, the JRuby installer for Windows now includes the win32ole library. This is good news...
Ruby on NetBeans: Here Comes the Cavalry
~1 year ago by David Mullet on Ruby on Windows.
As recently reported, the NetBeans IDE team has decided to drop support for Ruby (and Rails) from NetBeans 7.0.I have received many good suggestions from...
NetBeans Drops Support for Ruby and Rails
~1 year ago by David Mullet on Ruby on Windows.
The NetBeans team has, unfortunately, decided to remove Ruby and Rails support from the NetBeans IDE:After thorough consideration, we have taken the difficult...
Coming Soon: win32ole for JRuby
over 1 year ago by David Mullet on Ruby on Windows.
FYI: In a recent Ruby Forum thread, Charles Nutter wrote:FWIW, a win32ole library is in development and should be in JRuby for 1.6.This is good news for...
New Ruby IDE Discussion Group
over 1 year ago by David Mullet on Ruby on Windows.
FYI, Ed Howland has launched a new Ruby IDE discussion group:I set this group up to focus discussions about a community developed IDE written in Ruby (but...
Ruby & PowerPoint: Inserting HyperLinks
almost 2 years ago by David Mullet on Ruby on Windows.
I've written previously about automating Microsoft PowerPoint with Ruby. Someone recently asked how to use Ruby code to insert hyperlinks into a PowerPoint...
Saving Microsoft Office Documents as PDFs
~2 years ago by David Mullet on Ruby on Windows.
A recent discussion in the Ruby Forum reminded me that it is possible with Microsoft Office 2007 applications to save a document in Adobe PDF format.In...
Connecting to One of Many Open Documents
~2 years ago by David Mullet on Ruby on Windows.
If you've hung around here for a little while, then you probably already know that you can use the WIN32OLE.connect() method to connect to a running instance...
Creating an iTunes Song Inventory in Excel
~2 years ago by David Mullet on Ruby on Windows.
I've talked in the past about automating iTunes, and about automating Excel. Let's now look at how to use Ruby to produce an iTunes report in Excel. Our...
