[Ilugc] Protecting the Ruby on Rails source code

2014-06-21 Thread Sheyam Selvaraj
Hi Users, I am trying to implement my application in my client place and the application is developed in Ruby on Rails. Since I am going to deploy on their premise I wish to make the code as encrypted can be compiled but not be able to view, use or copy. How can I do that using open-source tools

Re: [Ilugc] Protecting the Ruby on Rails source code

2014-06-21 Thread Arun Khan
On Sat, Jun 21, 2014 at 10:14 PM, Sheyam Selvaraj wrote: > Since I am going to deploy on their premise I wish to make the code as > encrypted can be compiled but not be able to view, use or copy. > > > How can I do that using open-source tools. Obfuscating source code with open source tools. Th