Re: [Ironruby-core] Compiling .rb files vs. embedding and hosting ?

2009-01-30 Thread Thibaut Barrère
Hi, just some words of feedback: it works perfectly :) I'm beginning to start using an embedded IronRuby engine to create my windows forms programmatically inside a C# application, rather than from the designer. thanks, I'll keep you guys posted on my findings! Thibaut On Fri, Jan 9, 2009 at

Re: [Ironruby-core] ERB

2009-01-30 Thread Thibaut Barrère
Hello, There should be a line in ir.exe.config that says something like: set language=Ruby option=LibraryPaths

Re: [Ironruby-core] ERB

2009-01-30 Thread Thibaut Barrère
var engine = IronRuby.Ruby.CreateEngine((setup) = { setup.Options[LibraryPaths] = ... }); easy - great! Thanks, Thibaut ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

[Ironruby-core] progress on ironrubymvc :)

2009-01-30 Thread Ivan Porto Carrero
Hi I think I can have a very basic version of ironruby mvc going over the weekend.. that will probably be without support for things like filters etc. yet.. but you should be able to define a controller and actions in ironruby. I haven't looked at the view engine yet and I'm unclear as to which

[Ironruby-core] DLR hosting

2009-01-30 Thread Ivan Porto Carrero
it will show that so far I've been working with instead of on IronRuby :) And then I've been focussed on using the Ruby language and .NET from Ruby instead of using C# to host Ironruby. I'm using a debug build from IronRuby and the weird thing is that I have to add ClassHierarchyLocker.

Re: [Ironruby-core] progress on ironrubymvc :)

2009-01-30 Thread Thibaut Barrère
Hi Ivan, will you share this on github ? That's something I will try using at some point. cheers, Thibaut On Fri, Jan 30, 2009 at 12:17 PM, Ivan Porto Carrero i...@flanders.co.nz wrote: Hi I think I can have a very basic version of ironruby mvc going over the weekend.. that will probably

Re: [Ironruby-core] DLR hosting

2009-01-30 Thread Curt Hagenlocher
It's part of Tomas' thread-safety work. To enumerate the methods safely, you need to ensure that another thread isn't modifying the method list. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Friday, January 30, 2009

Re: [Ironruby-core] ERB

2009-01-30 Thread Paul Wheeler
Tomas Matousek wrote: There should be a line in ir.exe.config that says something like: set language=Ruby option=LibraryPaths

Re: [Ironruby-core] progress on ironrubymvc :)

2009-01-30 Thread Curt Hagenlocher
Microsoft.Scripting.Core.dll is effectively a subset of .NET 4.0's System.Core.dll, which is why there's so much overlap in the types. For IronPython, we've worked around this by creating an automated process to rename all the types from System.* to Microsoft.*. But this doesn't work as well

[Ironruby-core] building on mono

2009-01-30 Thread Ivan Porto Carrero
I updated my mono branch with the sources from ironruby git. I disabled the build of dlr_com and testhost. I wanted to verify.. COM programming AFAIK is windows specific or am I wrong. I don't quite remember the issue I had with the testhost, I didn't spend much time on it to make it all work. I

Re: [Ironruby-core] progress on ironrubymvc :)

2009-01-30 Thread Ivan Porto Carrero
Yep I forked your project. I don't have it running yet.. and i did get the source code of the asp.net mvc RC1. Indeed my first goal was to take it to the state it was before.. i think that is the most basic implementation possible. When that works I did want to flesh it out so that it knows how to

Re: [Ironruby-core] Code Review: netinterop1

2009-01-30 Thread Jim Deville
Srivatsn, Can you take a look? JD -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Monday, January 26, 2009 1:03 PM To: IronRuby External Code Reviewers; Srivatsn Narayanan Cc: