Re: [Ironruby-core] Information on Hosting Ruby.Console?

2008-08-12 Thread Josh Charles
Curt, You rock my socks off. Why didn't I catch that! Thanks for the tip, and I've entered the bug report at RubyForge. Josh On Tue, Aug 12, 2008 at 12:14 PM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > Including IronLibrary.Libraries.dll into your project will make it work. And > you shou

Re: [Ironruby-core] Information on Hosting Ruby.Console?

2008-08-11 Thread Josh Charles
Tomas, Thanks for your reply. Information inline. On Sat, Aug 9, 2008 at 3:37 PM, Tomas Matousek <[EMAIL PROTECTED]> wrote: > Can you provide more details? Where did it stack overflow? The exact exception is: "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.

[Ironruby-core] Information on Hosting Ruby.Console?

2008-08-09 Thread Josh Charles
I'm working on a project where I would like to host the IronRuby console, and I'm getting some stack overflow exceptions. I've met the end of my own knowledge, so I'm wondering if there is more information available anywhere about doing something like this? I was just modifying my copy of the Rub

Re: [Ironruby-core] IIS Deployment

2008-06-19 Thread Josh Charles
th the FastCGI that the IIS team provides. It >> just doesn't want to do it for me. But using mongrels/thin does work for >> me. >> >> When IronRuby then comes into its own you can always switch to run that >> app on IronRuby \ >> >> my 2c. >> >

[Ironruby-core] IIS Deployment

2008-06-19 Thread Josh Charles
Hello All, I have a Ruby on Rails codebase that is only partially completed. Due to circumstances beyond my control, the production server must be IIS, and there is absolutely no way to change this. Deployment is currently due in mid August, basically two months away. My question is this. What

Re: [Ironruby-core] Wondering how many will go with C#, after IronRuby arrives

2008-06-18 Thread Josh Charles
On Wed, Jun 18, 2008 at 8:48 AM, Mike Moore <[EMAIL PROTECTED]> wrote: > The same reason you think this is the same reason Ruby will have a hard > time succeeding in the .NET community. Ruby didn't get to where it is today > with overwhelming IDE support, and I don't think it _needs_ the kind of I

[Ironruby-core] IronRuby / Rails Question

2008-05-20 Thread Josh Charles
It looks like you're getting very close to getting rails to run on IronRuby. What is the endgame for this? Is the goal to eventually be able to run a rails app on IIS, so deployment is just as simple as deploying an ASP.NET web application? I've been looking at several different ways this could

Re: [Ironruby-core] SVN Revision 77 out

2008-03-13 Thread Josh Charles
Does anyone have a problem with rbx not exiting correctly in revision 77? I'm getting a method missing error on "Exit": Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. Q:\>c: C:\>cd IronRuby C:\IronRuby>rake gen (in C:/IronRuby) C:\IronRuby>rake compile (in C:

Re: [Ironruby-core] Is IronRuby.sln supposed to compile fine at revision 76 ?

2008-03-12 Thread Josh Charles
On Wed, Mar 12, 2008 at 10:40 AM, Thibaut Barrère <[EMAIL PROTECTED]> wrote: > I'm finalizing an article which includes details on how to compile IronRuby. > > It seems that MsBuild IronRuby.sln doesn't compile successfully at > revision 76 (it's looking for > ..\..\..\Runtime\Microsoft.Scripti

Re: [Ironruby-core] Revision

2008-03-11 Thread Josh Charles
John Lam (DLR) <[EMAIL PROTECTED]> wrote: > You should use the *other* solution in that directory - IronRuby.sln. That > points to the right locations. Got it, thanks! > You'll need to run 'rake gen' from the command line to regenerate the > Initializers.Generated.cs file. I feel a bit fooli

[Ironruby-core] Revision

2008-03-11 Thread Josh Charles
I've checked out revision 76 of IronRuby, and finally got it setup in VS2008 where everything was compiling. For some reason the VS project file looks for the sub-projects in the wrong locations, and you have to redirect it to the proper project locations, and reset all the references. I thought