Re: [Ironruby-core] Newbie questions regarding IronRuby i n Silverlight...

2009-10-12 Thread Zoltan Toth
Once again thanks, we were able to get things working. Please note that we have offline requirements that require us to deploy the portions of the ruby standard library that we require, within our Silverlight application. My only other question is why does IronRuby ship with what appears to be

Re: [Ironruby-core] Newbie questions regarding IronRuby i n Silverlight...

2009-10-04 Thread Zoltan Toth
Many thanks to all of your input. Much appreciated! I'll try your suggestions over the next few days and let you know the results. Thanks again, Zoltan. -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.

[Ironruby-core] Newbie questions regarding IronRuby in Silverlight...

2009-10-02 Thread Zoltan Toth
Hi Guys, How do we, for example, use BigDecimal in IronRuby within a Silverlight application? When we just require 'bigdecimal', we get an error saying that file can't be found. Do we have to add that and other ruby standard library files to our application and if so, where do we put them? Note