> 1. Can I write a Ruby application that uses .NET for system stuff
> (Windows, forms, networking) and package that as an installation that
> end users can install on their computer without going through the whole
> (for users) Ruby installation rigmarole? i.e. Can I write a GUI
> applications and
r what it's worth, that error message does not occur
> anywhere in IronRuby.
>
> ~Jimmy
>
>
> On Dec 15, 2011, at 2:22 PM, Rob Britton wrote:
>
> > Hello all,
> >
> > Why might I get the error "The requested feature is not implemented"
> when c
Hello all,
Why might I get the error "The requested feature is not implemented" when
calling load_assembly() to load in a Mono-compiled DLL under Ubuntu? When I
use the same script to require the same binary under Windows it works fine.
Thanks,
Rob
___
g .NET 4, I'm unsure. I'd suspect
> something to do with your PATH or other environment variables that differ
> when run under your local user account vs cron.
>
>
>
> From:Rob Britton
> To:ironruby-core@rubyforge.org
> Date:06/12/2011 04:28 a
I'm not entirely sure if this is an IronRuby or a Mono issue, but here
goes! I have a test suite that we're running on my Ubuntu server that works
fine when I SSH in and run it manually, but when it tries to run from a
cron job I get the following exceptions:
**
WARNING: Th
atch every single one of them might get
annoying.
On Thu, Jun 23, 2011 at 2:45 PM, Jimmy Schementi wrote:
> On Jun 23, 2011, at 11:45 AM, Rob Britton wrote:
>
> I'm attempting to write a method in C# that is called by IronRuby to
> speed up an existing script, and I call it like
Hello,
I'm attempting to write a method in C# that is called by IronRuby to
speed up an existing script, and I call it like this:
foo :limit => 5, :offset => 10
How would I go about accessing these objects from C#? I'm trying
something like this:
void foo(Hash options){
int limit = (int)opt