Thanks for the replies, I thought that because of Rubinius compile Ruby code, I could only distribute the compiled files. But, as apparently this is not possible, I'll have to think of some alternative way to distribute the application. The company has 30 employees. The development team has 14 people and the system is already being developed for 12 years. The project is too large. I estimate it takes four years to finish the migration. I believe that in two years there will be a solution to our "problem."
I'm hoping that version 2.0 of Ruby use the Rubinius as implementation. Thanks again! Rodrigo. 2011/1/23 Eero Saynatkari <[email protected]> > On 2011-01-23, at 21:51:05, Matthew Winter wrote: > > I know that you can achieve this with JRuby + Warbler. It basically > compiles the Ruby source code and produces Java .class files which are then > packaged as a WAR or JAR file, depending on what you trying to achieve. No > source has to be present. > > At the risk of stating the obvious, even WARs are > easily disassembled. In fact, so is the Delphi code > although I think the tools for that are a little less > fancy. > > It's certainly possible to to add a comparable > degree of obscurity – not security – to Rubinius > and I think it's been discussed as a goal but is > not implemented as yet. > > Personally I'm not convinced it's worth the effort > but, then, I don't really have anything to do with > those decisions. > > Off the topic, is it not possible to implement the > application/whatever in a manner that doesn't > require obfuscation? > > > E > -- > Sent from my rotary phone using an enormous number of revolutions. > > -- > --- !ruby/object:MailingList > name: rubinius-dev > view: http://groups.google.com/group/rubinius-dev?hl=en > post: [email protected] > unsubscribe: [email protected] > -- <http://www.vivver.com.br/> *Rodrigo Mendonça** Diretor de Tecnologia Tel: 31 3025 3550 / Cel: 31 8489 3119 [email protected] / [email protected]* -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
