Will, 

That page on github is wildly out of date (and I've updated it to say so). 
http://ironruby.info will have daily information on where IronRuby is at with 
supporting RubySpec, as well as other popular Ruby frameworks. Right now it's 
just RubySpec pass/fail information, but stack traces and more data are coming 
soon.

> -----Original Message-----
> From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-
> boun...@rubyforge.org] On Behalf Of Will Green
> Sent: Sunday, February 08, 2009 3:40 PM
> To: ironruby-core@rubyforge.org
> Subject: Re: [Ironruby-core] IIS 7 HttpModule for Rails/Rack with
> IronRuby
> 
> Woops, looks like it was on the GitHub wiki, and I may have ascribed
> more
> meaning to what is there:
> http://wiki.github.com/ironruby/ironruby/libraries
> 
> I just had this idea this morning after attending a regional Ruby
> conference
> (acts_as_conference). I'll get right on getting set up.
> 
> Thanks!
> 
> ==
> Will
> 
> -----Original Message-----
> From: ironruby-core-boun...@rubyforge.org
> [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville
> Sent: Sunday, February 08, 2009 5:23 PM
> To: ironruby-core@rubyforge.org
> Subject: Re: [Ironruby-core] IIS 7 HttpModule for Rails/Rack with
> IronRuby
> 
> Hash is mostly implemented. Can you post a link to the page where it
> shows
> it as not done? I'll fix it. I don't know if any of the methods needed
> by
> Rack are missing. Jimmy, have you tried this scenario?
> 
> In the mean time, if you started down this road, we'd be happy to have
> your
> contributions. If you haven't already, you'll need to get setup to
> contribute. The instructions are on the Github wiki at:
> http://wiki.github.com/ironruby/ironruby/contributing.
> 
> 
> Thanks,
> 
> JD
> 
> > -----Original Message-----
> > From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-
> > boun...@rubyforge.org] On Behalf Of Will Green
> > Sent: Sunday, February 08, 2009 12:23 PM
> > To: ironruby-core@rubyforge.org
> > Subject: [Ironruby-core] IIS 7 HttpModule for Rails/Rack with
> IronRuby
> >
> > First, I want to say that I'm very excited by the progress of
> IronRuby.
> >
> > So, my interrest lies in getting Ruby web applications running
> through
> > IIS 7. Specifically Rails, but also others like Sinatra and Merb, all
> > of which are now built on Rack. Rack implements a new web-to-
> > application protocol, based partly on Python's WSGI, which supplants
> > FastCGI.
> >
> > I've looked, and someone has already created nWSGI on CodePlex. This
> > project implements WSGI, and hosts IronPython to run the Python app.
> >
> > I'm thinking of taking a similar approach, but one of the key
> > requirements of the Rack protocol is that the Rack application's call
> > method takes exactly one param: a Ruby Hash; it cannot be a subclass.
> > Reading the status at IronRuby.net, it looks like Hash is not yet
> > implemented. Is this the case?
> >
> > I guess I'm looking to see if my project is something that can be
> done
> > at this time, or if IronRuby needs some more help before I can
> attempt
> > it. I'd be happy to contribute time & code to get this working.
> >
> > Thanks!
> >
> > Will Green
> > _______________________________________________
> > Ironruby-core mailing list
> > Ironruby-core@rubyforge.org
> > http://rubyforge.org/mailman/listinfo/ironruby-core
> 
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
> 
> 
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core

_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to