Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-10-08 Thread Jimmy Schementi
org] On Behalf Of Nathan Stults > Sent: Thursday, October 08, 2009 10:53 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Assistance Needed Running > IronRuby.Rack.Example > > I found the problem, and posted an issue on your GitHub repository with a > descript

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-10-08 Thread Nathan Stults
Schementi Sent: Thursday, October 08, 2009 5:31 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example I'll look into it, but last I checked all the examples worked fine. From: ironruby-core

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-10-08 Thread Nathan Stults
..@rubyforge.org] On Behalf Of Jimmy Schementi Sent: Thursday, October 08, 2009 5:31 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example I'll look into it, but last I checked all the examples worked fine.

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-10-08 Thread Nathan Stults
nruby-core-boun...@rubyforge.org] On Behalf Of Jimmy Schementi Sent: Thursday, October 08, 2009 5:31 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example I'll look into it, but last I checked all the examples w

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-10-08 Thread Jimmy Schementi
-core@rubyforge.org Subject: Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example > but they both give a similar stack trace: > > Server Error in '/IronRuby.Rack.Example' Application. > > undefined method `call' for # > > Description: An unhandle

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-10-08 Thread Nathan Stults
> but they both give a similar stack trace: > > Server Error in '/IronRuby.Rack.Example' Application. > > undefined method `call' for # > > Description: An unhandled exception occurred during the execution of > the current web request. Please review the stack trace for more > information about

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-06-24 Thread Ted Milker
On Tue, Jun 23, 2009 at 4:40 PM, Jimmy Schementi wrote: >    // HACK Load gems from default MRI installation. This shouldn't be needed. >    Environment.SetEnvironmentVariable("GEM_PATH", > @"C:\ruby\lib\ruby\gems\1.8"); > > I'm being pretty evil here and setting GEM_PATH over your head. This line

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-06-23 Thread Jimmy Schementi
; From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Jimmy Schementi > Sent: Tuesday, June 23, 2009 2:40 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Assistance Needed Running > IronRuby.Rack.Example > &

Re: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example

2009-06-23 Thread Jimmy Schementi
> -Original Message- > From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Ted Milker > Sent: Tuesday, June 23, 2009 1:07 PM > To: ironruby-core@rubyforge.org > Subject: [Ironruby-core] Assistance Needed Running IronRuby.Rack.Example > > Co