There's quite a difference between a development environment like ASP.NET that's fully supported by Microsoft and one that we make available on an as-is basis for the community to play with - and maybe take ownership of. Our goal has always been to create a fully conformant Ruby implementation, and by definition, that's going to be able to run Rails.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Moore Sent: Friday, October 17, 2008 1:04 PM To: [email protected] Subject: Re: [Ironruby-core] Code Review: IronRails2 And Scott Guthrie said Microsoft had no interest in enabling Rails to run in IronRuby... :) On Fri, Oct 17, 2008 at 1:52 PM, Tomas Matousek <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: It's a top secret experimental ASP.NET<http://ASP.NET> HttpHandler that dispatches to a Rails application :) Tomas From: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] On Behalf Of Eric Nicholson Sent: Friday, October 17, 2008 11:48 AM To: [email protected]<mailto:[email protected]> Subject: Re: [Ironruby-core] Code Review: IronRails2 Now wait just a minute.... :) You can't casually mention "IronRails changes look good" on the list without any indication of what IronRails is. That sounds far too exciting to pass up. Can someone explain what this might be to us non MSofties? -Eric On Fri, Oct 17, 2008 at 1:58 PM, Curt Hagenlocher <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Ruby and IronRails changes are good. The call to Handler.HandleFile could go outside of the Rails lock as there's no Ruby code invoked. -----Original Message----- From: Tomas Matousek Sent: Friday, October 17, 2008 10:46 AM To: IronRuby External Code Reviewers; DLR Code Reviews Cc: [email protected]<mailto:[email protected]> Subject: Code Review: IronRails2 tfpt review "/shelveset:IronRails2;REDMOND\tomat" Contains a simple change in DLR. Ruby changes: Improves IronRails - switches to IIS7 integrated mode, adds a log, implements static file handling. Updates Ruby HAPI. Fixes writing to text streams (\n should be replaced by \r\n). Ruby console host exposes the current Ruby engine via "iron_ruby" variable int the console scope. Tomas _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
