Questions tagged [ironruby]

IronRuby is an open-source implementation of the Ruby programming language which is tightly integrated with the .NET Framework.

268 questions
236
votes
20 answers

How do I update Ruby Gems from behind a Proxy (ISA-NTLM)

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 being lazy? Note: rubysspi-1.2.4 does not work. This…
Brett Veenstra
  • 44,790
  • 17
  • 65
  • 84
81
votes
16 answers

Limitations in running Ruby/Rails on windows

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 limitations, should I always default to Linux to code / run…
johnc
  • 36,657
  • 37
  • 96
  • 137
44
votes
6 answers

Is IronRuby Dead?

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: March 13, 2011. No announcements have have been made on…
Kyle Savage
  • 784
  • 1
  • 5
  • 19
29
votes
1 answer

Storing ASP.Net MVC Views in the Database

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 or lessons from experience on doing this? I know…
Adam Albrecht
  • 6,282
  • 4
  • 27
  • 35
16
votes
3 answers

How to embed a ruby gem into a C# project and require it from an embedded IronRuby script?

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 similar to this for bootstrapping the IronRuby script:…
Roy Tinker
  • 9,918
  • 4
  • 39
  • 53
12
votes
3 answers

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 these a purely my opinions and if they are wrong,…
Evan
  • 4,250
  • 10
  • 37
  • 58
12
votes
9 answers

Extending C# .NET application - build a custom scripting language or not?

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 separate libraries for initiating actions, getting output…
cgyDeveloper
  • 1,861
  • 2
  • 20
  • 32
10
votes
2 answers

Short namespace acronym in ruby

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? In c# I add a using clause so I'm not required to…
Yaron Naveh
  • 21,660
  • 31
  • 97
  • 151
10
votes
4 answers

Getting Started with IronRuby on Rails

Can somebody point me to a tutorial and/or Getting Started document to get IronRuby running Rails? I'm particularly interested in a detailed, step-by-step reference, not general guidelines.
GuyBehindtheGuy
  • 1,348
  • 2
  • 16
  • 35
10
votes
2 answers

Alternative languages with MonoTouch

MonoTouch is always mentioned along with C#. Are the framework and toolset actually limited to C#, or do other CLR languages like IronRuby and F# work as well?
Chuck
  • 222,660
  • 29
  • 289
  • 383
9
votes
2 answers

Redmine with IronRuby (Windows)?

Has anyone tried to run Redmine using IronRuby? Is it possible?
TruMan1
  • 27,054
  • 46
  • 150
  • 273
8
votes
1 answer

Is it possible to host the .Net DLR in an "idiot-proof" sandbox?

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 a separate ApplicationDomain. This allows to tear…
blueling
  • 1,983
  • 1
  • 16
  • 16
8
votes
1 answer

How to use IronRuby or IronPython together with c# in Web/Windows Form?

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#, which is what I realy interested. I saw videos from…
ccppjava
  • 2,547
  • 3
  • 23
  • 29
8
votes
1 answer

IronRuby as a scripting language in .NET

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 application, and call Ruby methods from it. I'm using this…
rubyist111
  • 83
  • 3
8
votes
6 answers

IronRuby On Rails VS. Ruby On Rails (Getting Started)

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 Know Standards As a .Net developer, you tend to use a…
Goober
  • 12,636
  • 49
  • 119
  • 188
1
2 3
17 18