[Ironruby-core] adding "each" support for a range brought from excel

2010-07-15 Thread Eduardo Blumenfeld
Hi, I'm trying to do the following: load_assembly "Microsoft.Office.Interop.Excel" include Microsoft::Office::Interop app = Excel::ApplicationClass.new worksheet = app.workbooks.open("samename.xlsx".to_clr_string).worksheets[1] range = worksheet.range("A1:Z1".to_clr_string) # a

[Ironruby-core] Code Review: RubyLibs

2010-07-15 Thread Tomas Matousek
tfpt review "/shelveset:RubyLibs;REDMOND\tomat" Comment : Multitargeting for assemblies loaded by scripts in Libs. codeplexcomment Tomas RubyLibs.diff Description: RubyLibs.diff ___ Ironruby-core mailing list Ironruby-core@rubyforge.org ht

Re: [Ironruby-core] What gems are available for Acceptance Testing Using IronRuby

2010-07-15 Thread Cory Foy
Hi Mohammad, Mohammad Azam wrote: I know that I cannot use WatiR because of its C implementation but what other tools (gems) are available which can be used for acceptance testing (browser, winforms, wpf) applications. In addition to WatiR there is WatiN (.NET) and WatiJ (Java). You might hav

Re: [Ironruby-core] What gems are available for Acceptance Testing Using IronRuby

2010-07-15 Thread Shay Friedman
There is the bewildr gem for testing WPF apps: http://github.com/natritmeyer/bewildr Shay. Shay Friedman | Microsoft Visual C#/IronRuby MVP | Author of IronRuby Unleashed Blog: http://IronShay.com | Tw

[Ironruby-core] What gems are available for Acceptance Testing Using IronRuby

2010-07-15 Thread Mohammad Azam
Hi, I know that I cannot use WatiR because of its C implementation but what other tools (gems) are available which can be used for acceptance testing (browser, winforms, wpf) applications. Has anyone successfully integrated any of the gems with IronRuby? Links or resources! -- Mohammad Azam MV