Re: [Ironruby-core] Regarding irtests

2009-05-08 Thread Shri Borde
In the RubySpecs, I get about 15 FTP specs, 2 Timeout specs, and 2 Regex specs. These are because of the new specs that we pulled in recently from the RubySpec repo. I have added tags to disable them in TFS, and Jim needs to push it out to GIT. There are also 5 failures in run.bat due to peveri

Re: [Ironruby-core] Is it possible to run rake on the latest binary release of IronRuby?

2009-05-08 Thread Jimmy Schementi
It definitely works for me, as I can do things like irake db:migrate, but this is out of my fork's railsconf branch; I'll be making sure the main repo has all the necessary fixed to run rake and rails without any major workarounds. ~Jimmy Sent from my phone On May 8, 2009, at 4:00 PM, "Patrick va

[Ironruby-core] Regarding irtests

2009-05-08 Thread Tim Chen (SDO)
I just pulled from git today and ran irtests, but there are errors happening. I thought irtests should always be clean? Is this happening to everyone? Thanks! Tim ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/

[Ironruby-core] Is it possible to run rake on the latest binary release of IronRuby?

2009-05-08 Thread Patrick van der Velde
Hi All I was wondering if it was possible to run rake (or irake) on the latest binary release of IronRuby. I've searched the mailing list but all posts relating to rake are several months old and are not related to the binary releases :( I've tried to run irake but I'm getting NotImplementedExcept

Re: [Ironruby-core] Problems with win32ole.so

2009-05-08 Thread Tomas Matousek
What methods and modules do you use from Win32OLE? It might be actually easy to implement them in Ruby using our .NET and COM interop features. Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Sami Alitalo Sent:

Re: [Ironruby-core] Problems with win32ole.so

2009-05-08 Thread Sami Alitalo
Thanks for your quick answer. In my case this means porting to C#. Br, Sami -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Problems with win32ole.so

2009-05-08 Thread Ivan Porto Carrero
You can use ironruby-dbi to access databases. Or you can use the ADO.NET interfaces directly. win32ole relies on C-extensions and they don't work on IronRuby If your application depends on C-extensions they need to be ported to C#. --- Met vriendelijke groeten - Best regards - Salutations Ivan Por

[Ironruby-core] Problems with win32ole.so

2009-05-08 Thread Sami Alitalo
Hi all, I hope this is the right forum to ask following question. I am testing IronRuby 0.3 and trying to use ruby(ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-mswin32]) application which works fine on my XP machine. I have given correct paths to IronRuby but I get (The module was expected to cont