ironruby
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 t[详细]
2023-01-11 19:40 分类:问答Has anyone tried running IronRuby.Rack through Kayak?
I recently learned about kayak, an HTTP server written in C# (i.e. not through IIS). I\'m wondering 开发者_开发技巧if anyone has tried hooking up IronRuby to run Rack through this platform?Given the a[详细]
2023-01-10 03:51 分类:问答Ruby on Rails on IIS7
Due to client requirements, I need to get Ruby on Rails working on IIS7. I\'d like to he开发者_开发技巧ar recommendations which version of Ruby to choose (IronRuby vs. Ruby) and the best approach for[详细]
2023-01-10 00:23 分类:问答IronRuby Rake and -X:PrivateBinding
I\'m trying to开发者_如何转开发 setup a Rake script to run all my IronRuby rspec tests.The tests need to have access to internal constructors and methods.IronRuby supports this with the -X:PrivateBind[详细]
2023-01-09 14:37 分类:问答How do dictionary lookups work in IronRuby?
I have this line of IronPython code: Traits[\'Strength\'].Score + Traits[\'Dexterity\'].Score Traits is defined as such:[详细]
2023-01-08 15:05 分类:问答Unable to run Cucumber using IronRuby
I\'m hoping someone knows the answer to this, I\'m running Cucumber from IronRuby and getting an IKVM exception.Stack trace is at the bottom.RSpec works fine.[详细]
2023-01-08 13:21 分类:问答Free tool for automating GUI testing of a Windows Forms application and a Web application
Is there a way to automate GUI testing of a Windows Forms application and a web application (HTML) using free tools?[详细]
2023-01-05 17:39 分类:问答Executing a mixin method at the end of a class definition
I have a Mix-in that reflects on the receiver class to generate some code.This means that I need to execute 开发者_如何学运维the class method at the end of the class definition, like in this trivially[详细]
2023-01-05 12:06 分类:问答Installing Cucumber with Ironruby
I\'m trying to install Cucumber with ironruby. I followed instructions from http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net . It downloads version 0.8.3 of cucumber and version 2.0.2 of[详细]
2023-01-04 12:42 分类:问答Rails on IronRuby (IIS 6)
I\'m trying to get Rails running on a IIS 6 webserver using IronRuby, but without success. I have followed this webcast and got it running on IIS 7, but can\'t make it w开发者_StackOverflow中文版ork o[详细]
2023-01-03 02:01 分类:问答