Re: [Ironruby-core] Question about Ivan Porto carrero MVC Sample

2009-06-23 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Jun 23, 2009 at 10:20 PM, Ivan Porto Carrero i...@flanders.co.nzwrote: ivan at flanders dot co dot nz

Re: [Ironruby-core] WinForms in IronRuby

2009-06-26 Thread Ivan Porto Carrero
http://flanders.co.nz/2009/03/21/gitgithub-survival-guide/ --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Jun 26, 2009 at 9:19 PM

[Ironruby-core] silverlight 3 question

2009-06-27 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http

Re: [Ironruby-core] silverlight 3 question

2009-06-27 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sat, Jun 27, 2009 at 9:58 AM, Ivan Porto Carrero i...@flanders.co.nzwrote: Hi I have a hard time

Re: [Ironruby-core] silverlight 3 question

2009-06-27 Thread Ivan Porto Carrero
k rookie mistake I guess. google.com obviously doesn't have a crossdomainpolicy.xml file in placeUsing the flickr url I wanted to get in the first place helps a lot. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http

Re: [Ironruby-core] silverlight 3 question

2009-06-29 Thread Ivan Porto Carrero
, reportErrors=errorLocation, console=true / So how do I see errors when they occur? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Jun 29, 2009

Re: [Ironruby-core] assert_throws Problem

2009-07-07 Thread Ivan Porto Carrero
, in the end the code looks a little like this class Proc def assert_throws( expected_exception) begin self.call rescue expected_exception return true end return false end end --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

Re: [Ironruby-core] IR 0.6.0 error loading a c# class

2009-07-08 Thread Ivan Porto Carrero
Could you share the code that is in the assemblies? or at least show the namespaces etc? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] win32console and color

2009-07-09 Thread Ivan Porto Carrero
win32console needs to be implemented for .NET it uses some C stuff. I believe Nick Ricketts has done some work in that area so maybe he's listening and can point you in the right direction. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

Re: [Ironruby-core] win32console and color

2009-07-09 Thread Ivan Porto Carrero
This may help, I got the people mixed up it was Will Green who has been working on it: http://github.com/hotgazpacho/iron-term-ansicolor/ I guess you'd have to fork it and make it more stable if necessary. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http

Re: [Ironruby-core] Use of case operator

2009-07-10 Thread Ivan Porto Carrero
you can always do something like!!(/[AEIOU]/i =~ self) That will return true or false --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri

Re: [Ironruby-core] IsRubyMethod

2009-07-14 Thread Ivan Porto Carrero
| mem.to_s.underscore }.include? :my_method else return true end --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Jul 14, 2009 at 5:46 PM, Kevin

Re: [Ironruby-core] How to run 'spec' on an individual sample ?

2009-07-15 Thread Ivan Porto Carrero
Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Jul 14, 2009 at 10:48 PM, Thibaut Barrère thibaut.barr...@gmail.com wrote: What I did was added C:\ironruby\lib\IronRuby\gems\1.8\bin to my path

[Ironruby-core] databinding for Silverlight and/or WPF

2009-07-15 Thread Ivan Porto Carrero
? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing list Ironruby-core

Re: [Ironruby-core] Data Binding to IronRuby Objects in WPF

2009-07-20 Thread Ivan Porto Carrero
or something, later on for INotifyPropertyChanged implementations. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon

[Ironruby-core] ENV['HOME'] is missing

2009-07-20 Thread Ivan Porto Carrero
ENV['HOME'] returns nil in ironruby while in ruby it returns my home folder --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

[Ironruby-core] [ANN] ironruby-dbi

2009-07-24 Thread Ivan Porto Carrero
Hi I just pushed an ironruby-dbi version that passes all the common tests for ruby-dbi. I'll move as much as I can into base classes so it's easier to implement a new provider on top of ironruby-dbi. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http

[Ironruby-core] ironruby.info is down

2009-07-25 Thread Ivan Porto Carrero
Hi The ironruby.info site is down. Could not find RubyGem sinatra (= 0) --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

[Ironruby-core] Can't create instances

2009-07-25 Thread Ivan Porto Carrero
--- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing list Ironruby-core

Re: [Ironruby-core] Can't create instances

2009-07-25 Thread Ivan Porto Carrero
/blob/f9b28881187865dcff3389231e627ee2c4f93d14/IronRubyMvc/Controllers/RubyController.cs --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sun

[Ironruby-core] mono builds

2009-07-27 Thread Ivan Porto Carrero
://ironruby.colliertech.org/integrity/ironruby I'll add this information to the wiki too --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

[Ironruby-core] ironruby build on mono

2009-07-28 Thread Ivan Porto Carrero
Corporation. All rights reserved. [1,3,5] = [2,4,6] = -1 exit --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

[Ironruby-core] What would you like to see for a 1.0?

2009-07-29 Thread Ivan Porto Carrero
specs from RubySpec as ruby 1.8.6 does. 3. Be of equal or better performance as ruby 1.8.6 Nice to have: compatibility with C# operators etc as this isn't 100% right now. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http

Re: [Ironruby-core] Make IR run as an external tool in VS

2009-07-30 Thread Ivan Porto Carrero
as: @ECHO OFF CALL dev.bat ir %* --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Jul 30, 2009 at 4:07 PM, Michael Delaney li...@ruby

Re: [Ironruby-core] updating the search paths dynamically in script

2009-07-30 Thread Ivan Porto Carrero
groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Jul 30, 2009 at 4:12 PM, Michael Delaney li...@ruby-forum.comwrote: hi, i've been including my libs using

Re: [Ironruby-core] What would you like to see for a 1.0?

2009-07-30 Thread Ivan Porto Carrero
/fa9026f4bd5cb75a0737019d56d79d49b78e80e5/IR_Todo/Models/Lightspeed/IrTodoRepository.cs#L18 rebuild start website login --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http

Re: [Ironruby-core] Error messages when hosting IronRuby

2009-07-30 Thread Ivan Porto Carrero
= exceptionService.FormatException(exception); throw new RuntimeError(string.Format({0} threw an error.{1}{2}{1}{1}Trace:{1}{3}, typeName, Environment.NewLine, msg, trace)); } --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http

Re: [Ironruby-core] [ANN] IronRuby 0.9 Released!

2009-08-02 Thread Ivan Porto Carrero
- Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sun, Aug 2, 2009 at 6:37 AM, Jimmy Schementi jimmy.scheme...@microsoft.com wrote: IronRuby 0.9 was released earlier today

[Ironruby-core] performance wise we're doing good

2009-08-03 Thread Ivan Porto Carrero
http://antoniocangiano.com/2009/08/03/performance-of-ironruby-ruby-on-windows/ --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] Getting a delegate in IronRuby

2009-08-04 Thread Ivan Porto Carrero
# def notify_observers(event, sender, *args) @observers.select {|evt| evt[:event] == event }.each {|evt| evt[:observer].call sender, *args } unless count_observers.zero? end end --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

Re: [Ironruby-core] ActiveRecord update

2009-08-11 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Aug 11, 2009 at 9:30 PM, Shri Borde shri.bo...@microsoft.comwrote: Yup, moving over

Re: [Ironruby-core] IronRubyMvc Problem with new Dlls

2009-08-14 Thread Ivan Porto Carrero
which ironruby mvc version are you using?The one I have in my github account should work with ironruby 0.9 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http

Re: [Ironruby-core] IronRubyMvc Problem with new Dlls

2009-08-14 Thread Ivan Porto Carrero
- Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Aug 14, 2009 at 6:44 PM, Shay Friedman shay.fried...@gmail.comwrote: Yupe. On Fri, Aug 14, 2009 at 7:26 PM

Re: [Ironruby-core] IronRubyMvc Filters and View Helpers

2009-08-19 Thread Ivan Porto Carrero
- Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Aug 19, 2009 at 7:36 AM, Shay Friedman shay.fried...@gmail.comwrote: Hi guys, I'm playing with IronRubyMvc, which is just great BTW, and I

Re: [Ironruby-core] Watir under IronRuby Error

2009-08-20 Thread Ivan Porto Carrero
Doesn't watir use C-based extensions. In that case they have to be ported to .NET in order to use it. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com

Re: [Ironruby-core] IronRubyMvc Filters and View Helpers

2009-08-23 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sun, Aug 23, 2009 at 5:43 AM, Shay Friedman shay.fried...@gmail.comwrote: Hi Ivan

[Ironruby-core] resolv.rb won't work

2009-08-26 Thread Ivan Porto Carrero
on windows 9x/Me. And I don't even remember if the hosts path is the same as it is on NT incarnations --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] Guidance on embedding scripting in my Application

2009-09-02 Thread Ivan Porto Carrero
/IronRubyMvc/Core/RubyEngine.cs#L92 That being said. This a pretty naive way of forcing reloads, I'm sure there is a better way but that one works for me atm. I create scopes per request, so that would be your option #2 I guess --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero

Re: [Ironruby-core] Pull

2009-09-17 Thread Ivan Porto Carrero
' already contains a definition for 'Func' Utils\Function.cs(464,29): (Location of symbol related to previous error) --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http

Re: [Ironruby-core] Pull

2009-09-17 Thread Ivan Porto Carrero
It works when I build with visual studio --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Sep 17, 2009 at 8:47 PM, Jim Deville jdevi

Re: [Ironruby-core] Manually Setting the Gems Path

2009-09-21 Thread Ivan Porto Carrero
can you also give me the following env variables echo %PATH% echo %GEM_PATH% igem env location where you extracted the ironruby binaries maybe we can find a way out --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz

Re: [Ironruby-core] Manually Setting the Gems Path

2009-09-21 Thread Ivan Porto Carrero
But I get as far as Jimmy too :) On Mon, Sep 21, 2009 at 9:06 PM, Jimmy Schementi jimmy.scheme...@microsoft.com wrote: I installed water with Ruby: gem install water Then I made sure GEM_PATH was set to Ruby's gem location: set GEM_PATH=C:\Ruby\lib\ruby\gems\1.8\ And then

Re: [Ironruby-core] IronRuby with WatiN

2009-09-21 Thread Ivan Porto Carrero
You could try the selenium client gem that may work. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Sep 21, 2009 at 11:35 PM

Re: [Ironruby-core] Seems like it is loading from the Ruby libraries instead of IronRuby gems

2009-09-23 Thread Ivan Porto Carrero
through system properties = rake package --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Sep 23, 2009 at 6:14 PM, Mohammad Azam azamsh

Re: [Ironruby-core] code coverage of ironruby code

2009-09-23 Thread Ivan Porto Carrero
regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Sep 23, 2009 at 6:15 PM, Thibaut Barrère thibaut.barr...@gmail.comwrote: Maybe we'd have to mix tools

Re: [Ironruby-core] Seems like it is loading from the Ruby libraries instead of IronRuby gems

2009-09-23 Thread Ivan Porto Carrero
Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Sep 23, 2009 at 6:51 PM, Mohammad Azam azamsh...@gmail.com wrote: I forgot to exit the dev.bat which is different console. I restarted the cmd again

[Ironruby-core] using xbuild to build ironruby

2009-09-24 Thread Ivan Porto Carrero
- Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo

[Ironruby-core] 0.9.1 regression

2009-09-30 Thread Ivan Porto Carrero
(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http

Re: [Ironruby-core] calling ruby scripts from C#

2009-09-30 Thread Ivan Porto Carrero
://github.com/casualjim/ironrubymvc/blob/master/IronRubyMvc/Core/RubyEngine.cs#L346 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Sep 30, 2009

Re: [Ironruby-core] Clear ScriptEngine Global Variables

2009-09-30 Thread Ivan Porto Carrero
if (Runtime.Globals.ContainsVariable(className)) Runtime.Globals.RemoveVariable(className); --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] Clear ScriptEngine Global Variables

2009-09-30 Thread Ivan Porto Carrero
Do you want to do it from ruby or from C#? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Sep 30, 2009 at 4:07 PM, Aaron Clauson li

Re: [Ironruby-core] calling ruby scripts from C#

2009-09-30 Thread Ivan Porto Carrero
the extension in case you're using require. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Sep 30, 2009 at 4:23 PM, Eelco Henderichs li

Re: [Ironruby-core] calling non class methods from C#

2009-10-01 Thread Ivan Porto Carrero
Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Oct 1, 2009 at 2:58 PM, Eelco Henderichs li...@ruby-forum.comwrote: Dear users, I have found how to invoke class methods and use its result

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

2009-10-02 Thread Ivan Porto Carrero
groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Oct 2, 2009 at 10:05 AM, Shay Friedman shay.fried...@gmail.comwrote: I guess you will need to add the path

Re: [Ironruby-core] IronRuby on NetBeans

2009-10-02 Thread Ivan Porto Carrero
to netbeans but works with IronRuby. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Oct 2, 2009 at 10:16 AM, Shay Friedman shay.fried

[Ironruby-core] win32api breaks gems on mono

2009-10-03 Thread Ivan Porto Carrero
not being on the system. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing

[Ironruby-core] Head broken on non-windows

2009-10-03 Thread Ivan Porto Carrero
to fix though. Gems got broken today and I'm pretty sure Win32Api is the reason it's breaking. I propose that IronRuby should detect which OS it's running on and throw a LoadError when it's not windows. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http

Re: [Ironruby-core] Code Review: Win32APIPlatformCheck

2009-10-03 Thread Ivan Porto Carrero
kernel32 doesn't exist. Will look at making finding the unix equivalent for that. But Win32Api does behave properly now --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http

[Ironruby-core] build server

2009-10-05 Thread Ivan Porto Carrero
can get going. http://dlrci.colliertech.org/hudson/ --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] Native Extensions

2009-10-07 Thread Ivan Porto Carrero
+1 for CLR/C# extensions --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Oct 7, 2009 at 8:36 PM, Tomas Matousek tomas.matou

Re: [Ironruby-core] IronRuby website sitemap

2009-10-08 Thread Ivan Porto Carrero
That is Matz ;) --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Oct 8, 2009 at 10:58 AM, Shay Friedman shay.fried...@gmail.comwrote

[Ironruby-core] public windows build server

2009-10-09 Thread Ivan Porto Carrero
not sure if that is meant to be the case --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core

[Ironruby-core] dynamicsilverlight.net died?

2009-10-10 Thread Ivan Porto Carrero
Hi Did dynamicsilverlight.net die? It takes me to http://silverlight.net/404.aspx?aspxerrorpath=/learn/dynamiclanguages.aspx/ Oops – Page Not Found --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim

Re: [Ironruby-core] IronRuby C# Extensions

2009-10-11 Thread Ivan Porto Carrero
Just require an assembly should work just as well I guess. When would you need to use the RubyClass etc attributes and the initializer? What is the added value of those? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http

Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1

2009-10-11 Thread Ivan Porto Carrero
I use an ironruby built on 28/09/2009 that is the one in the github repo if you build ironruby mvc. I can see the Home bpage of the test site. Did you build ironruby mvc from source recently? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

Re: [Ironruby-core] IronRuby C# Extensions

2009-10-11 Thread Ivan Porto Carrero
for the initializer to know which classes to use when generating and what to generate I guess --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1

2009-10-13 Thread Ivan Porto Carrero
when compiled in debug mode? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Oct 12, 2009 at 2:09 AM, Immo Wache li...@ruby-forum.com

Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1

2009-10-14 Thread Ivan Porto Carrero
Hi Immo, I've been able to merge your changes, will push them later. I'll see what I can do about reloading, but can't promise anything as I don't have a lot of time to spend on this. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http

Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1

2009-10-14 Thread Ivan Porto Carrero
done these are the changes I made, almost none :) http://github.com/casualjim/ironrubymvc/commit/bc80a3057f48c3064ddb99f5700d8279f0455189 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author

Re: [Ironruby-core] Prior art of manipulating OpenXML with IronRuby?

2009-10-16 Thread Ivan Porto Carrero
Now with ironruby support ;)http://writespace.codeplex.com/ --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Oct 16, 2009 at 1:38 PM

Re: [Ironruby-core] DataMapper ports

2009-10-22 Thread Ivan Porto Carrero
Yes yesterday somebody, pietia, started looking into that. I don't know how much progress he made though or if the code is public. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim

Re: [Ironruby-core] byte[] to ruby string

2009-10-22 Thread Ivan Porto Carrero
regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Oct 22, 2009 at 11:12 PM, Håkon Clausen hako...@hclausen.netwrote: Hello, I'm struggling with converting a byte array

Re: [Ironruby-core] byte[] to ruby string

2009-10-22 Thread Ivan Porto Carrero
you can just skip my email.. I tried my things now and none of them work. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Oct 23, 2009

Re: [Ironruby-core] byte[] to ruby string

2009-10-23 Thread Ivan Porto Carrero
! /\n/, \r\n or data2.gsub! /\r\n/, \n AFAIK there is no way to override the Environment.NewLine constant in a way the CLR will pick it up. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby

[Ironruby-core] iirb broken?

2009-10-26 Thread Ivan Porto Carrero
it should have been loaded. What I want to get working is the following script: #!/usr/bin/env ir puts Loading the caricature gem... iirb -r irb/completion -r rubygems -r lib/caricature --simple-prompt --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http

[Ironruby-core] events handling

2009-10-26 Thread Ivan Porto Carrero
pxy ## (master)» ir event_test.rb handlers collected: 0 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

[Ironruby-core] windows buildserver test run

2009-10-26 Thread Ivan Porto Carrero
. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing list Ironruby-core@rubyforge.org

[Ironruby-core] Open source project to port

2009-10-28 Thread Ivan Porto Carrero
Hi I'm looking for a smallish .NET open source project to port to ironruby which one should I take? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com

Re: [Ironruby-core] Open source project to port

2009-10-28 Thread Ivan Porto Carrero
and mono so I imagine that could be a start :) http://ubuntuforums.org/showthread.php?p=8138533 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] Platform

2009-10-29 Thread Ivan Porto Carrero
I use IRONRUBY_VERSION require 'caricature/clr' if defined?(IRONRUBY_VERSION) But we do need to find a way to fix the rbconfig file because it would be good to interrogate that sometimes. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

Re: [Ironruby-core] Open source project to port

2009-10-29 Thread Ivan Porto Carrero
. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Oct 28, 2009 at 5:42 PM, Dotan N. dip...@gmail.com wrote: ok sounds like a plan

Re: [Ironruby-core] Open source project to port

2009-10-29 Thread Ivan Porto Carrero
of the DSL this project is pretty interesting because it will highlight some key differences between what you can do with a fluent interface vs a real DSL. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author

Re: [Ironruby-core] How do you convince .Net developers to use IronRuby?

2009-11-02 Thread Ivan Porto Carrero
. I'm just faster with the command line and I feel like I'm in control (which in reality I'm not of course) I also agree with Nathan IronRuby isn't ready for prime-time mass-adoption yet. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

[Ironruby-core] ironruby and sharepoint or dynamics

2009-11-02 Thread Ivan Porto Carrero
Has anyone done anything with IronRuby and dynamics or sharepoint? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

[Ironruby-core] ironruby twitter list

2009-11-03 Thread Ivan Porto Carrero
not on the list it's just because I forgot or am not following you. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero

Re: [Ironruby-core] call an overloaded constructor??

2009-11-12 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Nov 13, 2009 at 12:49 AM, Patrick Brown patrickcbr

Re: [Ironruby-core] call an overloaded constructor??

2009-11-12 Thread Ivan Porto Carrero
System::DateTime.method(:clr_new).overload(Fixnum, Fixnum, Fixnum).call 2009, 9, 28 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby

Re: [Ironruby-core] Calling a C# static from IronRuby

2009-11-13 Thread Ivan Porto Carrero
- Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Nov 13, 2009 at 7:22 PM, Alexandre Mutel li...@ruby-forum.comwrote: Hi all

Re: [Ironruby-core] Calling a C# static from IronRuby

2009-11-13 Thread Ivan Porto Carrero
use clr_new (which is aptly prefixed btw) or overload etc when you're working with the CLR but include you use in other implementations too and then it won't behave consistently across the board. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz

Re: [Ironruby-core] Calling a C# static from IronRuby

2009-11-17 Thread Ivan Porto Carrero
/cgi-bin/scat.rb/ruby/ruby-talk/250943 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Nov

Re: [Ironruby-core] Calling a C# static from IronRuby

2009-11-19 Thread Ivan Porto Carrero
FWIW I read too quickly before I sent the mail previous to this one. Orion put me straight, I have no objections to this and will put it in the interop features box. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave

[Ironruby-core] scope.SetVariable weirdness with instance_eval

2009-11-19 Thread Ivan Porto Carrero
vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core

Re: [Ironruby-core] scope.SetVariable weirdness with instance_eval

2009-11-19 Thread Ivan Porto Carrero
I tried closing the issue on codeplex but couldn't http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3136 Thanks for the explanation --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com

Re: [Ironruby-core] scope.SetVariable weirdness with instance_eval

2009-11-19 Thread Ivan Porto Carrero
. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Thu, Nov 19, 2009 at 8:12 PM, Tomas Matousek

Re: [Ironruby-core] can't include System

2009-11-20 Thread Ivan Porto Carrero
Converter is a static class and those are mapped to modules module Converter def self.convert(inputDirectories, outputDirectory) end end puts System::Converter.class #= Module --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google

[Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
- Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) ___ Ironruby-core mailing list Ironruby-core

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
I needed to add I managed to connect by initializing the tickets with another value than 0. I set it to 1 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
} end end --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sat, Nov 21, 2009 at 2:28 PM

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
Yeah I saw that on twitter but you did make it in the end :) Much appreciated thanks --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby

Re: [Ironruby-core] ironruby RC1

2009-11-22 Thread Ivan Porto Carrero
The mono build is up from that one too. http://dlrci.colliertech.org/ironruby --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Action

<    1   2   3   4   5   >