Re: [Ironruby-core] Trouble getting started - some basic questions

2012-04-08 Thread Rob Britton
> 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

Re: [Ironruby-core] The requested feature is not implemented.

2011-12-15 Thread Rob Britton
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

[Ironruby-core] The requested feature is not implemented.

2011-12-15 Thread Rob Britton
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 ___

Re: [Ironruby-core] Crontab Issues

2011-12-06 Thread Rob Britton
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

[Ironruby-core] Crontab Issues

2011-12-05 Thread Rob Britton
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

Re: [Ironruby-core] Creating RubySymbols in C#

2011-06-27 Thread Rob Britton
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

[Ironruby-core] Creating RubySymbols in C#

2011-06-23 Thread Rob Britton
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