Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-06 Thread Ryan Riley
From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Kevin Radcliffe Sent: Tuesday, July 06, 2010 1:11 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Preview of ironruby-rack gem 3) Very minor - I created the app.rb like above, an

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-06 Thread Ryan Riley
This is great, Jimmy! Thanks! I tried the simple example you explain below, and everything worked except for deploying to IIS. Probably something I did or didn't do, but it looks like IIS is looking in the wrong spot for my web.config file. I'll try to dig further when I have a bit more time.

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-06 Thread Kevin Radcliffe
Jimmy, This is great! Thanks for your work. I've run into a few issues so far: 1) not IronRuby.Rack's fault, but the latest rack (1.2.1) breaks the minimal test app above due to this issue: http://github.com/rack/rack/issues/issue/32 (I had to apply the patch mentioned via that link to