Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-05-05 Thread Jimmy Schementi
nruby-core-boun...@rubyforge.org> [mailto:ironruby-core-boun...@rubyforge.org<mailto:ironruby-core-boun...@rubyforge.org>] On Behalf Of Miguel Madero Sent: Sunday, May 02, 2010 8:18 PM To: ironruby-core@rubyforge.org<mailto:ironruby-core@rubyforge.org> Subject: Re: [Ironruby-core

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-05-04 Thread Miguel Madero
rom your app. > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Miguel Madero > *Sent:* Sunday, May 02, 2010 8:18 PM > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] Using Ruby's stand

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-05-03 Thread Jimmy Schementi
: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight I think the Chiron model is better for different scenarios. You mentioned OOB, but also if IronRuby (or other Dynamic Languages) are used as part of a statically compiled app where XAP

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-05-02 Thread Miguel Madero
I think the Chiron model is better for different scenarios. You mentioned OOB, but also if IronRuby (or other Dynamic Languages) are used as part of a statically compiled app where XAPs and assemblies are distributed in the typical SL way. Not sure how we would do it with Gestal as I've seen that i

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-31 Thread Jimmy Schementi
Wow, a lot of questions to answer here; let me know if I missed one ... > What is the recommendation for using Ruby's standard libraries in Silverlight > applications? > Should the lib be copied to the project dir? should a reference be added to > the manifest? some other technique? Depends on

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-25 Thread Shay Friedman
It doesn't work for me. Shay Friedman | Author of IronRuby Unleashed Blog: http://IronShay.com | Twitter: http://twitter.com/ironshay On Wed, Mar 24, 2010 at 9:50 AM, Ivan Porto Carrero < i...@whiterabbitconsulting.eu> wrote: > if you put

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-24 Thread Ivan Porto Carrero
if you put a app\myfile.rb in the zip file you should be able to do require 'app/myfile' --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Web: http://whiterabbitconsulting.eu - http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-24 Thread Shay Friedman
It doesn't work for Ruby files as well as assemblies (which are placed within a ZIP file)... :-( Shay Friedman | Author of IronRuby Unleashed Blog: http://IronShay.com | Twitter: http://twitter.com/ironshay On Tue, Mar 23, 2010 at 5:00 PM,

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-23 Thread Ivan Porto Carrero
for assemblies you need to add an appmanifest I think --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Web: http://whiterabbitconsulting.eu - http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) Microsoft I

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-23 Thread Shay Friedman
OK I zipped the libs folder and added it to the page as . When I try to require the assemblies, the files are not found. I tried to make the case simpler and zipped a simple rb file to a zip and included it in the page as well: I tried: require "TestClass.rb" require "TestClass" require 'test.zip

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-23 Thread Ivan Porto Carrero
I thought that already happened (dlr-slvx requirement etc) --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Web: http://whiterabbitconsulting.eu - http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) Micros

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-23 Thread Shay Friedman
That's a good idea but it enforces the user to use Gestalt. Which brings up another question - are we willing to "standardize" Gestalt by making it the best practice for using DLR languages in Silverlight? Shay Friedman | Author of IronRuby

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-23 Thread Ivan Porto Carrero
I'd the contents of the lib folder in a zip file and then use gestalt to download the zip. from then on they are available --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Web: http://whiterabbitconsulting.eu - http://flanders.co.nz Twitter: http://twitter.com/casualjim

[Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-23 Thread Shay Friedman
Hey guys, What is the recommendation for using Ruby's standard libraries in Silverlight applications? Should the lib be copied to the project dir? should a reference be added to the manifest? some other technique? Thanks, Shay. Shay Friedma