Re: [Ironruby-core] Can't subclass IronRuby libraries ("super" doesn't resolve correctly)

2010-07-31 Thread Tomas Matousek
Place breakpoint in file SuperCallAction.cs after the call to method = targetClass.ResolveSuperMethodNoLock(currentMethodName, currentDeclaringModule).InvalidateSitesOnOverride().Info; this finds the method. You can see that it is a RubyLibraryMethodInfo (i.e. a Ruby method defined in C# librar

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-31 Thread Ryan Riley
Jimmy, What's the status with some of the issues identified so far? Also, have you made it easier to switch between 1.0 and 1.1? Cheers, Ryan Riley ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironrub

[Ironruby-core] how to bind a WPF datagrid to ActiveRecord object

2010-07-31 Thread Eduardo Blumenfeld
Hi all, I need some guidance on how to bind a WPF datagrid to an array produced by ActiveRecord: a = SomeTable.find(:all) Any suggestions? Thank you in advance Eduardo Blumenfeld -- Posted via http://www.ruby-forum.com/. ___ Iro

[Ironruby-core] Can't subclass IronRuby libraries ("super" doesn't resolve correctly)

2010-07-31 Thread Charles Strahan
I could use some help with Issue #4957 (http://ironruby.codeplex.com/workitem/4957). Does anyone know where super class ctors are resolved?  I haven't been able to spot where they are resolved in the code. -Charles ___ Ironruby-core mailing list Ironrub

[Ironruby-core] Help resolving Issue #4957

2010-07-31 Thread Charles Strahan
I could use some help with Issue #4957 ( http://ironruby.codeplex.com/workitem/4957). Does anyone know where super class ctors are resolved? I've spent the past 5 hours stepping through code trying to find it, but nothing's turned up. -Charles ___ Iron

Re: [Ironruby-core] Ordered active record attributes hash

2010-07-31 Thread Eduardo Blumenfeld
Hi all, I found the solution for this puzzle: Active record, when you call the procedure attributes, it sorts the attributes by key, so, by working in the following way, that works correctly: row.instance_variable_get(:@attributes).to_yaml instead of row.attributes.to_yaml Thank you anyways

Re: [Ironruby-core] Performance issues with json_pure under IronRuby

2010-07-31 Thread Daniele Alessandri
Just added a comment on the bugtracker for this issue, it seems like the /n modifier in the regexp is the cause of the abnormal slow down. On Fri, Jul 30, 2010 at 22:41, Shay Friedman wrote: > Done - http://ironruby.codeplex.com/workitem/4966 > > Shay. > > On Fri, Jul 30, 2010 at 11:17 PM, Tomas

Re: [Ironruby-core] Will the performance catch up be next milestone?

2010-07-31 Thread Mark Rendle
When IR achieves a compatibility that will run Rails 3, I'm planning on getting it running thru an ASP.NET site which will enable deployment to the Azure platform. I believe that will be a very compelling solution for many people, especially with a mapper adapter to Table Storage. Mark Sent fr

Re: [Ironruby-core] Will the performance catch up be next milestone?

2010-07-31 Thread Mark Rendle
Oh, and RavenDB, which I have successfully deployed as an Azure worker role. Mark Sent from my iPhone On 30 Jul 2010, at 23:27, Orion Edwards wrote: > > On 29/07/2010, at 4:40 PM, Nathan Stults wrote: > >> Yeah, but who wants to *deploy* Ruby code on Windows? > > Personally, I wouldn't run