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

2014-06-26 Thread Karthikeyan A K
On Wednesday 25 June 2014 12:09 PM, Steve Robinson wrote: > Sheyam Selvaraj writes: > >> 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 >> en

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

2014-06-24 Thread Steve Robinson
Sheyam Selvaraj writes: > > 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. >

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

[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