Jimmy Schementi
Jimmy Schementi
Currently VPC and subnets must be manually created. Automate it.
When env["rack.multithread"] is set, does IronRuby.Rack react appropriately? Currently the entire request is locked, so is that required?
Ruby exception messages are only CLR stack traces. rb> document.foo System.MissingMethodException: undefined method `foo' for Microsoft.Scripting.Silverlight.DynamicHtmlDocument:Microsoft::Scripting::Silverlight::DynamicHtmlDocument at Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.RunInstructions(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)...
code script-tags that run against XAML, also loaded in a script tag, always need to be scoped, which I always seemed to forget about. This is because a dom-only SL...
When a script tag has a mismatching mime-type/file-extension, preference is given to the file-extension. See Tests/tests.html
Reported by Durgaprasad Gorti: In your code you are using the HttpRequestWrapper to wrap the Request and then converting to the env ruby hash for the rack app. I am...