From: Simen Date: 2006-05-22T20:42:56+09:00 Subject: Re: Brite - A ruby compiler for the .NET platform Kris wrote: > I guess a Rails app would be more difficult to compile... > Is CIL reverseable back to code like Java bytecode is? And is it suited > to holding a decryption key from preying eyes, like you would with a > native binary? > A Rails app wouldn't be any more difficult than any other Ruby app. If you've ported all non-ruby libraries Rails uses (database bindings etc.) to .net it would be just as easy as any other app. It's just Ruby code. I believe there exists a .net disassembler, so you could inspect the assemblies. -- Posted via http://www.ruby-forum.com/.