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

2010-12-06 Thread Tina Lee
belstaff jackets http://www.belstaffjacketsoutlet.com/Belstaff-Man/ men belstaff jackets http://www.belstaffjacketsoutlet.com/Belstaff-Man/ belstaff sale http://www.belstaffjacketsoutlet.com/Belstaff-Man/ belstaff bags http://www.belstaffjacketsoutlet.com/Belstaff-Bag/ belstaff bag http://www.belst

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

2010-08-19 Thread David Furber
First, thank you for doing what you're doing. The sooner we can develop Rails 3 apps in IronRuby and deploy them to IIS without pain, the better! Especially since the pain level can be a deciding factor in whether to use Rails or ASP.NET MVC 2. That said, I've followed the instructions above. I

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

2010-07-31 Thread Ryan Riley
Jimmy, What's the status with some of the issues identified so far? Also, have you made it easier to switch between 1.0 and 1.1? Cheers, Ryan Riley ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironrub

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

2010-07-20 Thread Shay Friedman
Hi, I'm checking out the new IronRuby.Rack utils with a small web application (not the sample one) I have here. The first problems I had were related to version problems since the project had been created using version 1.0.0.0 (and I'm using 1.1). Small fixes for the references in the project made

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

2010-07-07 Thread Kevin Radcliffe
Jimmy, As mentioned before, it appears (at least on my own Windows 7 x64 system) that add_acl (in lib\rack\deploy\iis.rb) was not giving FullControl rights to IIS_IUSRS as expected. This results in the "cannot read configuration file" that Ryan reported above. I was able to get the system to give

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

2010-07-07 Thread Kevin Radcliffe
forge.org] *On Behalf Of *Jimmy Schementi > *Sent:* Friday, July 02, 2010 3:06 PM > *To:* ironruby-core@rubyforge.org > *Subject:* [Ironruby-core] Preview of ironruby-rack gem > > > > All, > > I’d like your feedback and testing of a *early-but-near-to-beta-quality* build

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

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

2010-07-06 Thread Ryan Riley
more time. Cheers, Ryan From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jimmy Schementi Sent: Friday, July 02, 2010 3:06 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Preview of ironruby-rack gem All, I'd like yo

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

[Ironruby-core] Preview of ironruby-rack gem

2010-07-02 Thread Jimmy Schementi
All, I’d like your feedback and testing of a *early-but-near-to-beta-quality* build of IronRuby.Rack, packaged in a RubyGem with some very simple scripts to configure rack-based applications for running on ASP.NETand deploying to IIS on Windows. *INSTALL