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
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
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
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
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
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
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
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
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