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

Reply via email to