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

2011-06-27 Thread Rob Britton
-patch every single one of them might get annoying. On Thu, Jun 23, 2011 at 2:45 PM, Jimmy Schementi jscheme...@gmail.com 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] 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:

Re: [Ironruby-core] Crontab Issues

2011-12-06 Thread Rob Britton
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 rob.s.b...@gmail.com To:ironruby-core@rubyforge.org Date:06/12/2011 04:28 a.m. Subject:[Ironruby-core] Crontab Issues

[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] The requested feature is not implemented.

2011-12-15 Thread Rob Britton
message does not occur anywhere in IronRuby. ~Jimmy On Dec 15, 2011, at 2:22 PM, Rob Britton rob.s.b...@gmail.com wrote: 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

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