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
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
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
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
I have this line of IronPython code: Traits[\'Strength\'].Score + Traits[\'Dexterity\'].Score Traits is defined as such:
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.
Is there a way to automate GUI testing of a Windows Forms application and a web application (HTML) using free tools?
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
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
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