Great, thanks for your help.
How did you get it configured for IIS6?
I see you had a struggle with it in some earlier posts, but I didn't
catch what you did to resolve it.
I've tried adding a wildcard handler, and setting to ASP.NET 2.0, but
I get 404 errors when trying to hit anything.

Once I get it working, maybe I can suggest a default config.ru to add
to the site as a placeholder.
Thanks again. Best Regards,
Kevin

On Wed, Oct 14, 2009 at 1:34 PM, Web Administrator <webad...@nobts.edu> wrote:
> Thanks for the patch. Just pushed 0.2.1 to fix the issue you came across.
>
>
> -James
>
>
> -----Original Message-----
> From: Kevin Radcliffe [mailto:kevin.radcli...@gmail.com]
> Sent: Wed 10/14/2009 1:47 PM
> To: ironruby-core@rubyforge.org
> Subject: Re: [Ironruby-core] IronRuby related gem: iron_maiden
>
> Looking further, it looks like an issue in rubygems_plugin.rb
> Namely, the call to add_option within initialize.
>
> It looks like that should take a block.
> Otherwise, I hit the errors mentioned below when rubygems attempts to
> parse the arguments
> If its working on your end with arguments, is it possible you have an
> updated version of rubygems_plugin.rb ?
>
> Best Regards,
> Kevin
>
> On Wed, Oct 14, 2009 at 12:01 PM, Kevin Radcliffe
> <kevin.radcli...@gmail.com> wrote:
>> James,
>>  I've installed using gem and igem without issue, but when I attempt
>> to run torture, it doesn't seem to be properly recognized
>> if I specify a public path. Is there anything special I need to do
>> with the path?:
>>
>>>gem torture --public TestIMApp1
>> ERROR:  While executing gem ... (NoMethodError)
>>    undefined method `call' for nil:NilClass
>>
>>>igem torture --public TestIMApp1
>> ERROR:  While executing gem ... (NoMethodError)
>>    undefined method `call' for nil:NilClass
>>
>> However, if I manually create a directory called "public", then I can
>> run without any arguments and it seems to setup up appropriately:
>>
>>>mkdir public
>>
>>>igem torture
>> #Setup message displays properly here.
>>
>> Best Regards,
>> Kevin
>>
>> On Wed, Oct 14, 2009 at 11:17 AM, Web Administrator <webad...@nobts.edu> 
>> wrote:
>>> I just pushed v0.2.0 of a gem I have put together called iron_maiden to
>>> gemcutter.
>>>
>>> Github: http://github.com/jwthompson2/iron_maiden
>>> Gemcutter: http://gemcutter.org/gems/iron_maiden
>>>
>>> It has a basic IronRuby.Rack template that it will copy into an app via the
>>> `gem torture` command.
>>>
>>> It is still quite rough and mostly untested.
>>>
>>> I'd love feedback.
>>>
>>>
>>> Thanks,
>>> James Thompson
>>>
>>> _______________________________________________
>>> 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