Re: [Ironruby-core] IronRuby.Rack

2010-06-29 Thread Jimmy Schementi
: Thursday, April 22, 2010 5:58 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby.Rack I usually carry around those stickers in my bag, so just ask me next time you see me. WRT Rack 1.1.0 --- it’s just some changes to the rack spec that I’m working through now. From

Re: [Ironruby-core] ironruby.rack patch

2010-05-16 Thread Jimmy Schementi
GIT. ~js From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Wednesday, March 10, 2010 1:05 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] ironruby.rack patch But I still wasn't able to run my rails app

Re: [Ironruby-core] IronRuby.Rack

2010-04-22 Thread Jimmy Schementi
hnson Sent: Thursday, April 22, 2010 5:52 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby.Rack Oh and I am officially requesting a groovy IronRuby sticker for my Mac.. 8) On Thu, Apr 22, 2010 at 5:50 PM, Bobby Johnson mailto:bobby.john...@gmail.com>> wrote: Glad you

Re: [Ironruby-core] IronRuby.Rack

2010-04-22 Thread Bobby Johnson
bby Johnson > *Sent:* Thursday, April 22, 2010 4:48 PM > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] IronRuby.Rack > > > > Hi Chris, > > Don't know if you still need the help, but I put together a screencast this > week

Re: [Ironruby-core] IronRuby.Rack

2010-04-22 Thread Bobby Johnson
t of commission for some time, only the >> 1.0 branch was getting updated … and I did all the fixing to IronRuby.Rack >> in our main branch. >> >> >> >> *From:* ironruby-core-boun...@rubyforge.org [mailto: >> ironruby-core-boun...@rubyforge.org] *On Behalf O

Re: [Ironruby-core] IronRuby.Rack

2010-04-22 Thread Jimmy Schementi
anch. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Bobby Johnson Sent: Thursday, April 22, 2010 4:48 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby.Rack Hi Chris, Don't know if you still need the help, but I

Re: [Ironruby-core] IronRuby.Rack

2010-04-22 Thread Bobby Johnson
Hi Chris, Don't know if you still need the help, but I put together a screencast this week that basically lays out what you need to do to get up and running under IIS7. http://www.iamnotmyself.com/2010/04/22/RunningRailsInIIS7WithIronRubyRack.aspx hope it helps. On Thu, Apr 22, 2010 at 6:31 AM,

Re: [Ironruby-core] IronRuby.Rack how to debug?

2010-03-30 Thread Jimmy Schementi
Ivan, When using IronRuby.Rack and debugging the ruby code running, keep a few things in mind: 1. Enable debug mode for DLR code in your app’s web.config (in the Microsoft.Scripting section). 2. Because VS breakpoints in blocks don’t work yet, using Debug.Assert will do the job.

Re: [Ironruby-core] IronRuby.Rack how to debug?

2010-03-15 Thread Shri Borde
Sent: Monday, March 15, 2010 11:49 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby.Rack how to debug? I can attach and step through but just when the interesting bit occurs visual studio takes a hike but will try this again later --- Met vriendelijke groeten - Best

Re: [Ironruby-core] IronRuby.Rack how to debug?

2010-03-15 Thread Ivan Porto Carrero
> Sent: Sunday, March 14, 2010 11:25 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] IronRuby.Rack how to debug? > > Ivan Porto Carrero wrote: > > I am unable to debug the application though. If I put > > System::Diagnostics::Debugger.break somewhere

Re: [Ironruby-core] IronRuby.Rack how to debug?

2010-03-15 Thread Shri Borde
: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Cory Foy Sent: Sunday, March 14, 2010 11:25 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby.Rack how to debug? Ivan Porto Carrero wrote: > I am unable to debug the application th

Re: [Ironruby-core] IronRuby.Rack how to debug?

2010-03-14 Thread Cory Foy
Ivan Porto Carrero wrote: I am unable to debug the application though. If I put System::Diagnostics::Debugger.break somewhere it will correctly break there but eventually visual studio (2008 and 2010) will just get tired of it and claim they have to quit. I've seen that the debug windows gives m

Re: [Ironruby-core] ironruby.rack patch

2010-03-10 Thread Ivan Porto Carrero
But I still wasn't able to run my rails app from IIS. I modified my IronRuby.Rack version to have web.config etc in the public folder but config.ru in the rackup folder. That's the way passenger does it too and that makes absolute paths for images, stylesheets etc will work out better. But regard

Re: [Ironruby-core] ironruby.rack patch

2010-03-10 Thread Jimmy Schementi
Thanks! I’ve already added something equivalent, but haven’t checked it in; I’ll get to it soon. For anyone else who needs this, just apply Ivan’s patch for now. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Wednesday

Re: [Ironruby-core] IronRuby.Rack app failing

2009-10-20 Thread James Thompson
Never mind, I found my answer in the archives: http://www.mail-archive.com/ironruby-core@rubyforge.org/msg04642.html Apparently my Google skills are slipping. James Thompson Plain Programs New Orleans, LA P: (502) 619.0353 E: ja...@plainprograms.com W: www.plainprograms.com On Tue, Oct 20, 20

Re: [Ironruby-core] IronRuby.Rack and IIS 6

2009-08-14 Thread Web Administrator
serving up the example app using this web.config on IIS 6: -Original Message- From: Web Administrator Sent: Fri 8/14/2009 5:02 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core]

Re: [Ironruby-core] IronRuby.Rack and IIS 6

2009-08-14 Thread Jimmy Schementi
; > > > > > > > > > -Original Message- > From: Web Administrator > Sent: Fri 8/14/2009 5:02 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] IronRuby.Rack and IIS 6 > > Ok. The web.config has to be done up differently for IIS

Re: [Ironruby-core] IronRuby.Rack and IIS 6

2009-08-14 Thread Web Administrator
: -Original Message- From: Web Administrator Sent: Fri 8/14/2009 5:02 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby.Rack and IIS 6 Ok. The web.config has to be done up differently for IIS 6 versus IIS 7 with relation to the

Re: [Ironruby-core] IronRuby.Rack and IIS 6

2009-08-14 Thread Web Administrator
Ok. The web.config has to be done up differently for IIS 6 versus IIS 7 with relation to the HttpHandlers. I've fixed that and am now getting a more particular error message regarding not being able to load thread.so web.config and Error trace: http://gist.github.com/168133 Error Trace: [LoadE