ironruby Questions
2
Solved
I installed Ruby In Steel Trial Edition for Visual Studio 2008
and when I try to save an IronRuby Project, it keep warning:
"The operation could not be completed. No such interface supported".
...
20
Solved
The firewall I'm behind is running Microsoft ISA server in NTLM-only mode. Hash anyone have success getting their Ruby gems to install/update via Ruby SSPI gem or other method?
... or am I just be...
6
Solved
I am .Net programmer who is looking to branch out and possibly use some Ruby in my current and future web applications. Looking on the Iron Ruby Website the last release was nearly a year ago: Marc...
9
Solved
I need to build a scripting interface for my C# program that does system level testing of embedded firmware.
My application contains libraries to fully interact with the devices. There are separat...
Portiaportico asked 24/8, 2009 at 21:36
16
Solved
In the installation documentation to RoR it mentions that there are many limitations to running Ruby on Rails on Windows, and in some cases, whole libraries do not work.
How bad are these limitati...
Colonize asked 2/10, 2008 at 22:26
2
I want to be able to use SFTP to login into a number of servers and download certain files to help debug issues as and when they arise. While we could use a client, we wanted to start automating th...
6
Solved
The Scenario
I am a C#/ASP.NET/MVC/Silverlight developer with a few years experience. I'm trying to kickstart my Ruby On Rails learning. I'm currently trying to get a real feel for ROR.
I Want To K...
Mcgowan asked 21/10, 2009 at 11:32
4
Solved
I am trying to reference IronRuby, IronRuby.Libraries, Microsoft.Scripting, Microsoft.Scripting.Core, and Microsoft.Scripting.ExtensionAttribute in a c# program using Visual Studio 2010.
I read th...
Cristincristina asked 7/12, 2011 at 15:3
2
Solved
As an OSS library author, I've always tried to make my stuff CLS compliant. But MS doesn't make this easy. They often put you in catch-22 situations, such as the following:
You cannot have a prot...
3
Solved
I have a C# project in which I have embedded an IronRuby program. The project (including my ruby script) is compiled to an .exe file in Visual Studio 2010 for distribution. I'm using a pattern simi...
Neoclassic asked 17/2, 2012 at 18:49
1
I've downloaded the latest release of IronRuby from codeplex and ran the install with no issues.
However when I come to create a project i receive the message:
IronRuby installation not found. Al...
Punt asked 15/7, 2011 at 21:31
2
Solved
I'm very new to ruby. I use IronRuby and my ruby code has long namespaces:
Company:: Division::Group::Product::Package.new
since I use this ns multiple times is there a way to create a shortcut?...
Lurette asked 10/9, 2011 at 16:26
10
Solved
Which IDE if any, are people using to develop Ironruby in?
Iceland asked 16/12, 2008 at 14:57
2
Solved
Has anyone tried to run Redmine using IronRuby? Is it possible?
Trichina asked 6/5, 2010 at 19:5
3
Solved
I've always had this dream of creating a 'real exe' from a scripting language. With the available of DLR-based implementations of Python and Ruby, is this getting any closer to reality?
I'd like t...
Mortonmortuary asked 18/6, 2009 at 17:22
3
Solved
I guess everyone has already heard the news about some key developers leaving the Dynamic Languages team due to what they perceive as waning support for Dynamic Languages at Microsoft.
I'm quite f...
Dunghill asked 17/8, 2010 at 23:25
3
Would you recommend Iron Ruby, Iron Python, or PowerShell for making a C# application a script host?
Would you recommend Iron Ruby, Iron Python, or PowerShell for making a C# application a script host?
After some quick tinkering, right now I'm leaning towards powershell for two main reasons (note...
Inopportune asked 14/8, 2010 at 16:47
1
I would like to host the Dynamic Language Runtime (DLR) in such a way that users who run arbitrary scripts in it cannot bring the process down?
The DLR hosting spec describes how to host the DLR in...
Faintheart asked 16/7, 2010 at 22:32
1
Solved
I am very interesting in the dynamic language runtime of .net, and saw IronRuby/IronPython is built on top of it. I cannot find some example which utilize the dynamic of Ruby/Python from within c#,...
Turnery asked 4/6, 2010 at 8:32
3
Solved
I was told that the assembly files made from C# and F# source is interoperable as they are compiled into .NET assembly.
Q1 : Does that mean that C# can call F# functions just like they are C# fun...
Quinquefid asked 3/6, 2010 at 19:40
1
Solved
I want to use IronRuby as a scripting language (as Lua, for example) in my .NET project.
For example, I want to be able to subscribe from a Ruby script to specific events, fired in the host applica...
Plenum asked 27/5, 2010 at 13:5
1
Solved
For an ASP.Net MVC application, I'm interested in storing some views and/or partial views in the database so that a few semi-technical users can do some basic view logic. Does anyone have any tips ...
Acosta asked 16/3, 2010 at 18:46
2
Solved
This page on the IronRuby help website talks about being able to 'require' some well-known assemblies such as System.Windows.Forms without needing to crank out the entire 'ah-come-on-gimme-a-break-...
6
Solved
Is it possible to call managed code, specifically IronRuby or IronPython from unamanaged code such as C++ or Delphi?
For example, we have an application written in Delphi that is being moved to C#...
Maebashi asked 16/9, 2008 at 16:44
1
Solved
We are implemented expression evaluator via hosting IronRuby engine. Simplified version of evaluator you can see here.
Now we are trying to get more performance from IronRuby via executing express...
Arturo asked 27/12, 2009 at 21:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.