[http://www.anisaty.com/vb/ منتدى انستي]
[http://www.anisaty.com/vb/t71806.html العاب باربي الصينية]
[http://www.anisaty.com/vb/t71783.html العاب باربي]
[http://www.anisaty.com/vb/t71821 العاب تلبيس باربي الدلوعه]
[http://www.anisaty.com/vb/f8/ منتديات عالم حواء]
[http://www.anisaty.com/vb/f9/
rg
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Orion Edwards
Sent: Tuesday, June 19, 2012 4:20 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with using OpenStruct and ERB
Ahh I see.
I don't have a copy of 1.8.6 handy to test on, but this definitely fail
PHONE +64 7 838 9800 | FAX +64 7 838 9801 |
EMAIL orion.edwa...@gallagher.co | WEB www.gallagher.co
From: Nathan Standiford
To:
Date: 20/06/2012 10:53 a.m.
Subject:Re: [Ironruby-core] Problem with using OpenStruct and ERB
Sent by:ironruby-core-boun...@rubyforge.org
I
2:23 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with using OpenStruct and ERB
I notice that in your example, you don't declare the local variable foo
anywhere:
If I run it verbatim, both MRI and IronRuby fail with undefined method foo
(and fair enough, foo
I notice that in your example, you don't declare the local variable foo
anywhere:
If I run it verbatim, both MRI and IronRuby fail with undefined method foo
(and fair enough, foo isn't defined).
When I declare foo as a local variable, both MRI and IronRuby work fine
for me.
___
What are you using as your Origin (git remote -v will show you)?
http://github.com/ironruby/ironruby/tree/b871551d35c6cf7344694197b2d3931c0b041c6f/Scripts/Bat
shows a dev.bat and a psdev.ps1 in the repo.
JD
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org]
D'oh! I didn't test that code snippet - sorry.
It should probably be something more along the lines of
if (typeof(ISerializable).IsAssignableFrom(baseType) &&
!!typeof(RubyObject).IsAssignableFrom(baseType)) {
or
if (typeof(ISerializable).IsAssignableFrom(baseType) && !(baseType ==
typeof(RubyO
t; Tomas
>
>
>
> *From:* ironruby-core-boun...@rubyforge.org [mailto:
> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Charles Strahan
> *Sent:* Monday, July 26, 2010 6:26 PM
> *To:* ironruby-core@rubyforge.org
> *Subject:* Re: [Ironruby-core] Problem with Marshal.load
-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with Marshal.load in Silverlight
Alright, I know I'm not supposed to send in patch's for the runtime, but this
is a bug in the Silverlight build. Classes implemented in Ruby cannot be
created using RubyUtils.CreateObject, as I me
Alright, I know I'm not *supposed* to send in patch's for the runtime, but
this is a bug in the Silverlight build. Classes implemented in Ruby cannot
be created using RubyUtils.CreateObject, as I mentioned in my previous
email. As a result, Marshal.load will fail when trying to deserialize
classe
Thanks for the fast reply!
On Sat, Jul 17, 2010 at 6:44 PM, Jim Deville wrote:
> My bad, Metadata was added recently, and as we held off on pushes to make
> sure that the license change was reflected across the sources, I forgot to
> update the TFS workspace. I will fix that right away.
>
>
>
My bad, Metadata was added recently, and as we held off on pushes to make sure
that the license change was reflected across the sources, I forgot to update
the TFS workspace. I will fix that right away.
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Be
I believe this was an internal object reference issue - in .NET, not in
Ruby. thanks!
--
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
That was it. It works now.
On 1/5/10 10:21 AM, "Curt Hagenlocher" wrote:
> I seem to recall that the actual folder brower is implemented via COM, and
> that you probably need an [STAThread] attribute on your Main method.
>
>
> From: ironruby-core-boun...@rubyforge.org
> [mailto:ironruby-core
Opened http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3314. That's
wacky! Doesn't happen if you remove the last or first item ... it's gonna be
fun to track that down. =)
> -Original Message-
> From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-
> boun...@rubyfor
Hi Ivan,
here are same thoghts from me:
To integrate IronRubyMvc into Umbraco CMS a configuration file (e.g.
ironrubymvc.config) would be fine. In Umbraco is a subfolder "/config"
used for such settings files. Usual way for additional modules is a
reference from web.config to the location of t
Hello Tomas,
thanks for take a look, and shed some light in this issue.
When "require" Kernel method is privat we should keep the way to use a
small Ruby scipt "require '[[controllerpath]]'" as the final solution.
So this issue is solved from my POV.
Thanks again for care, Immo
Tomas Matousek
-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Immo Wache
Sent: Tuesday, October 13, 2009 11:18 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1
Hi Tomas,
No success so far, all
How do you want to provide different development environments for
ironrubymvc ?
I can either do it by creating the configuration section I've been planning,
this would be used to provide load paths for example for libraries outside
of the web project.
I can have a parameter there something like Mv
Hi Ivan,
thanks for sharing your solution. I slightly extended it with
PathProvider.MapPath. Also I fixed a bug with my added xunit tests.
http://github.com/iwache/ironrubymvc/commit/b6c6e425343925b9f7a464ee43c3f80cf93c8cec
Immo
--
Posted via http://www.ruby-forum.com/.
_
Seems like a bug. I'll take a look.
Tomas
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Immo Wache
Sent: Tuesday, October 13, 2009 11:18 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem
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 of IronRuby
Hi Ivan,
good news. If you got it ready, yes please check in. So I can update my
branch and test it.
Immo
Ivan Porto carrero wrote:
> I can check that in becuase that require is working for me now.
--
Posted via http://www.ruby-forum.com/.
___
Ironr
I can check that in becuase that require is working for me now. I didn't use
the way Tomas suggested because that didn't work for me either. It
complained about the scope not being the global scope or the global scope
being empty.
I just execute a script. This fixes your issue but will require you
Hi Ivan,
I see you have alot to do with your book and things. Neverless thank you
for your help. May be I can support you in my issue with help of others
from this forum.
Meanwhile I managed to get the tip from Tomas working by execute a plain
Ruby script (I know its not a professional solutio
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://fla
Hi Tomas,
No success so far, all variants produce the same exception:
"InvalidOperationException: Empty scope has no global scope." ???
I tried following variants:
Engine.Operations.InvokeMember(null, "require",
PathProvider.MapPath(path));
Engine.Operations.InvokeMember(Context, "require",
Hi Tomas,
thanks alot for joining the discussion. Your idea sounds interesting.
I'll try it out now.
Immo
Tomas Matousek wrote:
> “The extension method RequireFile for ruby does that respect when I
> would redefine the require statement to keep track of classes contained
> in a file and reloa
Hi Ivan,
many thanks again to care about this problem.
Ivan Porto carrero wrote:
> I pulled in your changes Immo but ... complained about not being able
> to find the correct IronRuby yada yada.
Oh, my fault, sorry. I merged my local copy to my (first!) github fork
(the one from you) slightly t
: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1
I've updated the ironruby libraries to what's in github currently.
I pulled in your changes Immo but when i compiled the app I couldn't serve any
pages up it complained about not being able to find the correct IronRuby yada
yada.
I've updated the ironruby libraries to what's in github currently.
I pulled in your changes Immo but when i compiled the app I couldn't serve
any pages up it complained about not being able to find the correct IronRuby
yada yada.
Anyway the fix I had in mind was removing 1 line of code and reload
Hi Ivan,
be imressed about your prompt reply. Good to read you can reproduce the
issue.
To be honest, I fiddeled around with the code some nights now, so I
don't expect a solution from today to now. Meanwhile I learned (Almost
Everything I never ever wanted to know) about Ruby, and it seams now
oic.. yes that is my fault
I have to change the way I deal with requiring files and clearing out old
classes.
I'll go for a load strategy instead of removing them from the Globals
collection, but won't be today though.
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Bl
Hi casualjim,
thanks alot for your reply. Yes it is the plain source from your master
fork, with the ironruby assemblies from its dependencies folder (IR
0.9.1 ones).
Calling once the Home page works fine. But when I recall it later again
it fails. Reason why is the matter about the global var
ro [i...@flanders.co.nz]
Sent: Sunday, October 11, 2009 11:39 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1
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.
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
On Wed, 15 Apr 2009 02:25:42 +0300, Jim Deville
wrote:
If the cygwin installation keeps messing up, try the Msysgit one at
http://code.google.com/p/msysgit. If you select the second option when
it asks you where to run Git from, you can use it from CMD.
Thanks for the tip. I actually
onruby-core-
> boun...@rubyforge.org] On Behalf Of Antti Karanta
> Sent: Tuesday, April 14, 2009 12:49 AM
> To: ironruby-core@rubyforge.org
> Subject: Re: [Ironruby-core] Problem checking out iron ruby source
>
>
> On Tue, 07 Apr 2009 21:45:21 +0300, Shri Borde
> wrote:
&g
On Tue, 07 Apr 2009 21:45:21 +0300, Shri Borde
wrote:
No idea. Can you clone any other GIT repo?
No, iron ruby is my first contact with git. Now that you mentioned it I
tried to clone a random project from github and it gives the same error,
so the problem is probably with my git in
No idea. Can you clone any other GIT repo? Did you Google for it?
Btw, I found that the GIT tutorial at
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html is very
helpful for ramping up on GIT concepts.
Thanks,
Shri
-Original Message-
From: ironruby-core-boun...@rubyforge
09 11:58 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem getting IronRuby running - it won't
compile
Oooh, yeah I was using the svn repository. I guess I have to go get Git
Jim Deville wrote:
> Open ruby.sln. IronRuby.sln is deprecated, and should be deleted
Oooh, yeah I was using the svn repository. I guess I have to go get Git
Jim Deville wrote:
> Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I
> thought it was). Are you using the old SVN sources? If so you should be
> using the Git repo, or the binary we just released at Ruby
Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I thought it
was). Are you using the old SVN sources? If so you should be using the Git
repo, or the binary we just released at Rubyforge.
JD
-Original Message-
From: George Mauer
Sent: March 21, 2009 6:18 PM
To: ironrub
PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with generic method resolution
There are two different Expression classes in the Expressions namespace - a
templated one and an untemplated one. You need to force the untemplated one,
which you can do by saying
System:
-core-boun...@rubyforge.org] On Behalf Of Stefan Dobrev
Sent: Wednesday, March 18, 2009 4:35 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem with generic method resolution
Nope. Nobody replied except you :)
Bug report is filed:
http://rubyforge.org/tracker/?func=detail&
>>>
>>>
>>> *From:* ironruby-core-boun...@rubyforge.org [mailto:
>>> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Nathan Stott
>>> *Sent:* Wednesday, March 18, 2009 12:55 PM
>>> *To:* ironruby-core@rubyforge.org
>>> *Subject:* Re:
Nope. Nobody replied except you :)
Bug report is filed:
http://rubyforge.org/tracker/?func=detail&aid=24668&group_id=4359&atid=16798
2009/3/17 Jimmy Schementi
> Did anyone reply to you? If you haven’t submitted a bug on RubyForge,
> please do.
>
>
>
> *From:* ironruby-core-boun...@rubyforge.or
s the right list – we don’t have any other.
>>
>>
>>
>> Tomas
>>
>>
>>
>> *From:* ironruby-core-boun...@rubyforge.org [mailto:
>> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Nathan Stott
>> *Sent:* Wednesday, March 18, 2009 12:55 PM
>> *To:*
2:55 PM
> *To:* ironruby-core@rubyforge.org
> *Subject:* Re: [Ironruby-core] problem
>
>
>
> Good call Ivan.
>
>
>
> The LoadAssembly apparently was doing the trick!
>
>
>
> Thanks for the help.
>
>
> BTW, was this the right mailing list for this qu
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero
Sent: Wednesday, March 18, 2009 12:23 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] problem
Are you using resharper for your unit tests?
2009/3/18 Nathan Stott mailto:nrst...@gmail.com>>
I dont know i
Good call Ivan.
The LoadAssembly apparently was doing the trick!
Thanks for the help.
BTW, was this the right mailing list for this question? Is there a users
mailing list?
2009/3/18 Ivan Porto Carrero
> If so turn off shadow copy assemblies under Resharper -> options -> unit
> testing
>
> On
Are you using resharper for your unit tests?
2009/3/18 Nathan Stott
> I dont know if this helps, but this is the full output of the test:
>
> ComponentLoaderRegisteringComponentContext.ShouldRegisterComponent : Failed
> CT_INIT: Object
>
> UPDATED: Object
If so turn off shadow copy assemblies under Resharper -> options -> unit
testing
On Wed, Mar 18, 2009 at 8:22 PM, Ivan Porto Carrero wrote:
> Are you using resharper for your unit tests?
>
>
>
> 2009/3/18 Nathan Stott
>
>> I dont know if this helps, but this is the full output of the test:
>>
>>
I tried that and no luck.
It doesn't seem that the assembly is not being loaded properly. I'm able to
use methods on the objects fine in the script. However, it is that last
call to the $container.Register(ComponentRegistration.new(model)) where for
some reason it won't work.
ComponentRegistrati
I dont know if this helps, but this is the full output of the test:
ComponentLoaderRegisteringComponentContext.ShouldRegisterComponent : Failed
CT_INIT: Object
UPDATED: Object
CreateInstanceSingletonaffected=1 rules=0
UPDATED: Object
CreateInstanceSingletonaffected=1 rules=
You can try using the LoadAssembly method on the runtime object
runtime.LoadAssembly(typeof(IWindsorContainer).Assembly);
that should require the assembly a little nicer
I think you can also use load_assembly 'Castle.Windsor'
http://github.com/casualjim/ninject-dynamic/blob/0b531d9e3ae46cc3e854
I'm using the hosting API.
This is the entire method:
public void Load(IWindsorContainer container, TextReader reader)
{
var runtime = Ruby.CreateRuntime();
ScriptEngine engine = Ruby.GetEngine(runtime);
var ctx = Ruby.GetExecutionContext(runtime);
ctx.DefineReadOnlyGlobalVariable("container", cont
How do you run this script? From command line (ir.exe script.rb) or do you use
hosting API?
Tomas
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Nathan Stott
Sent: Wednesday, March 18, 2009 8:33 AM
To: ironruby-core@rubyforge.org
Subject: [Ir
Did anyone reply to you? If you haven't submitted a bug on RubyForge, please do.
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Stefan Dobrev
Sent: Monday, March 09, 2009 7:57 PM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Problem
Crazy. I've opened a bug:
http://rubyforge.org/tracker/index.php?func=detail&aid=23953&group_id=4359&atid=16798
~js
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Meinrad Recheis
Sent: Monday, February 16, 2009 6:34 AM
To: ironruby-core
Subjec
e App::IFoo(cls).bar().
Thanks,
Shri
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek
Sent: Thursday, January 08, 2009 8:50 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem ca
Not yet.
obj.as(IFoo1).Bar() might be one option.
Tomas
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Alex 2k8
Sent: Thursday, January 08, 2009 8:54 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core
Btw, IronPython can call same method:
http://farnet.googlecode.com/files/IronPythonFar.1.0.35.rar
IronPythonFar\Scripts\calc.py
- - -
far.RegisterTool(ipy, "IronPython calculator", calc,
FarManager.ToolOptions.F11Menus)
- - -
--
Posted via http://www.ruby-forum.com/.
__
> Could you sent source code for FarNet class (RegisterTool method
> declaration)?
http://code.google.com/p/farnet/source/browse/trunk/FarNet/FarNetIntf/Far.cs
http://code.google.com/p/farnet/source/browse/trunk/FarNet/FarNetPlugin/Far.h
http://code.google.com/p/farnet/source/browse/trunk/FarNet/
Curious, how it is expected to work (or nobody thinked it over yet?)
Example to consider:
- - - -
public interface IFoo1
{
void Bar();
}
public interface IFoo2
{
void Bar();
}
public class Cls : IFoo1, IFoo2
{
void IFoo1.Bar() {}
: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem calling explicit interface methods
I'm not convinced this is exactly a bug. There is no public 'bar' method on
Cls after all. I think IronPython would require you to say something like
App::IFoo::bar(App::Cls.new()) i
Could you sent source code for FarNet class (RegisterTool method declaration)?
Tomas
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Alex 2k8
Sent: Wednesday, January 07, 2009 5:25 PM
To: ironruby-core@rubyforge.org
S
nruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek
Sent: Thursday, January 08, 2009 7:56 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Problem calling explicit interface methods
Filed bug #23494.
Tomas
-Original Message-
From: iro
Filed bug #23494.
Tomas
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Alex 2k8
Sent: Thursday, January 08, 2009 2:25 AM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Problem calling explicit interface met
69 matches
Mail list logo