[Ironruby-core] Cannot rake compile rev 78

2008-03-18 Thread Philippe Monnet
Although I had been able to compile the original version of IronRuby, since rev 77 I can no longer build it. After having issues building rev 77, I wiped out my setup and did a fresh new install of rev 78. But I still cannot build (see below). I am running on Windows XP, with the .NET framewor

Re: [Ironruby-core] Cannot rake compile rev 78

2008-03-18 Thread Philippe Monnet
] [mailto:[EMAIL PROTECTED]] On Behalf Of Philippe Monnet Sent: Tuesday, March 18, 2008 8:36 PM To: IronRuby Subject: [Ironruby-core] Cannot rake compile rev 78   Although I had been able to compile the original version of IronRuby, since rev 77 I can no longer build it. After having

Re: [Ironruby-core] Cannot rake compile rev 78

2008-03-19 Thread Philippe Monnet
nd it repros perfectly. Will investigate and get a fix out, but will likely be part of Revision 79. For the time being, just revert to 77 and you should be fine.   Thanks, -John     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Philippe Monnet Sent: Tuesday, March 18,

Re: [Ironruby-core] Cannot rake compile rev 78

2008-03-21 Thread Philippe Monnet
I just downloaded version 85 and now I can build using rake! :-) Yeah!!! Thanks for fixing the rakefile. Philippe Philippe Monnet wrote: Actually I had the same issue in rev 77, that's why I moved to 78 hoping this would fix it. Should I go further back in revs? I have no idea ho

[Ironruby-core] Support for classic core Ruby library

2008-03-21 Thread Philippe Monnet
From rbx, I tried to use the classic respond_to? and methods on an object instance (like I would from fxri). But I am getting an error: :0:in `main': undefined local variable or method `methods' for #:Object (NoMethodError)     from :0:in `Initialize##222' Is the plan for IronRuby to supp

[Ironruby-core] Calling SOAP services from IronRuby

2008-04-28 Thread Philippe Monnet
I was investigating the ability to call SOAP services (developed in either Rails or .NET) from a Silverlight/IronRuby client. Since I think the Ruby Soap libraries are not yet available I looked into using the Wcf classes in System.ServiceModel but it looks like I have to wait for generics supp

[Ironruby-core] Having difficulties using custom C# dlls with namespaces within IronRuby code

2008-06-12 Thread Philippe Monnet
Now that the Beta 2 of Silverlight provides support for WSI web services, I can now get an all-C# Silverlight app to call Rails (Action Web Service) web services. So I encapsulated my generated web service proxy in its own DLL so I can use it from Ruby, like so: ... require "System.ServiceMode

Re: [Ironruby-core] Having difficulties using custom C# dlls with namespaces within IronRuby code

2008-06-12 Thread Philippe Monnet
s is a method call. You need to start namespaces with a capital letter. BTW, that's also .NET naming convention. Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Philippe Monnet Sent: Thursday, June 12, 2008 5:37 AM To: IronRuby Subject: [Ironruby-core] Having difficultie

[Ironruby-core] What is the status for providing support for Attributes?

2009-07-28 Thread Philippe Monnet
As you are getting near 1.0, is the support for attributes somewhere on the radar? It seems like the last time I saw an exchange on this was sometime in February. Philippe ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforg

Re: [Ironruby-core] What is the status for providing support for Attributes?

2009-07-28 Thread Philippe Monnet
e who have @microsoft in their email addresses.  ~Jimmy On Jul 28, 2009, at 8:01 PM, "Philippe Monnet" <ironr...@monnet-usa.com> wrote: As you are getting near 1.0, is the support for attributes somewhere on the radar? It seems like the last time I saw an exchange on thi

[Ironruby-core] SQLite3 support

2009-08-04 Thread Philippe Monnet
I can't seem to get sqlite3-ruby to work with IronRuby (can't load the driver even though I have copied the sqlite3.* files to the bin folder of IronRuby - like I had done in the past for Ruby). Looking in emails from last year, it seems that Brian Blackwell was experimenting with changes to su

[Ironruby-core] Trying to run _why's Camping framework on IronRack / IIS

2009-08-27 Thread Philippe Monnet
I have been leveraging IronRack to try to get a sample Camping application up and running. I seem to be able to require the camping library fine but then as try to hit the famous "Camping.goes :Demo" line, IronRuby return an error stating that the constant # is not initialized. So I tried to do

Re: [Ironruby-core] Trying to run _why's Camping framework on IronRack / IIS

2009-08-30 Thread Philippe Monnet
excited to run Camping now! I just had to make a couple changes on top of IronRack to make it work. Philippe Monnet wrote: I have been leveraging IronRack to try to get a sample Camping application up and running. I seem to be able to require the camping library fine but then as try to hit the famous

Re: [Ironruby-core] Trying to run _why's Camping framework on IronRack / IIS

2009-08-31 Thread Philippe Monnet
handles SystemExit exception so that “exit” works according to Ruby’s semantics.   IronRack should probably use ExecuteProgram to execute the main request processing script.   Tomas   From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org]

[Ironruby-core] IronRuby Rack handling of POST-ed data

2009-09-12 Thread Philippe Monnet
As I continued get my Camping app to work in IronRuby Rack, I noticed that I kept getting the following error when a form was POST-ed to the server: [InvalidOperationException: can't convert System::String into String]    Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame

Re: [Ironruby-core] How do you convince .Net developers to useIronRuby?

2009-11-05 Thread Philippe Monnet
So think about the possibilities of eventually running IronRuby web apps and services on the Azure platform ... This would be very compelling to .NET developers. [... dreaming ... ] Dotan N. wrote: dont forget that since rails devs are always looking for ways to squeeze some more performanc

Re: [Ironruby-core] MRI 1.8.7 compatibility

2010-02-12 Thread Philippe Monnet
+1 for 1.9 On 2/11/2010 10:53 PM, Ivan Porto Carrero wrote: +1 for 1.9 1.8.7 and 1.8.8 are backport releases with stuff they put in Ruby 1.9 AFAIK --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casual

Re: [Ironruby-core] [ANN] IronRuby 1.0 Released!

2010-04-13 Thread Philippe Monnet
Awesome - Congrats to all! On 4/12/2010 8:35 PM, Jimmy Schementi wrote: Ruby and .NET developers, The IronRuby team is pleased to announce IronRuby 1.0! Download IronRuby 1.0 now: http://ironruby.net/download Direct download links (Windows installers and ZIP files for both .NET 2.0 SP1 a

Re: [Ironruby-core] What's next?

2010-05-12 Thread Philippe Monnet
I use NotePad++ with the Ruby autocomplete plugin. See: - http://pastebin.com/f4fedbb27 as referenced on SO: - http://stackoverflow.com/questions/997011/enabling-autocomplete-in-notepad-for-api-files On 5/12/2010 1:05 PM, Jim Deville wrote: Vim J   From: ironruby-core-boun

Re: [Ironruby-core] [ANN] IronRuby 1.1 Released!

2010-07-17 Thread Philippe Monnet
Congratulations to the whole team! Great work and delivery pace! +1 on the Apache licensing change too! -Philippe (@techarch) On 7/17/2010 2:01 AM, Jimmy Schementi wrote: The IronRuby team is pleased to announce the release of IronRuby 1.1! Download IronRuby 1.1 now: http://ironr

[Ironruby-core] Can IronRuby run on the NetDuino board?

2010-11-13 Thread Philippe Monnet
After listening to Scott Hanselman podcast 237 on .NET programming on the NetDuino hardware board, I am wondering if it is possible to run IronRuby on it. Has anyone tried this? @techarch _

[Ironruby-core] Support for ActiveRecord 3.2

2012-06-03 Thread Philippe Monnet
Has anyone been successful with running the 3.2 version of ActiveRecord with SQLite3 (or SQL Server)? (Note: the 2.3.8 version works fine). It seems that 3.2 support for EXPLAIN may be causing a 'no such file to load -- active_record/relation/explain. I also