[Rails] Re: Your expert views on rails code security needed !

2009-06-23 Thread Aaron Turner
On Tue, Jun 23, 2009 at 2:02 AM, Sandip Ransing wrote: > Marven, Thanks for your reply ! > I think, you missunderstood what i am saying. > Let me explain little deep. > Suppose, I have rails application as a product, > I wanted to deploy it for many clients. > They have their own servers. > What m

[Rails] Re: Your expert views on rails code security needed !

2009-06-23 Thread Paolo Montrasio
Sandip, I never used it myself but http://www.rubyencoder.com/ seems to be what you're looking for. It's not free but is not that expensive and they have a free trial. Would you mind giving some feedback on the forum if you try it? Paolo Sandip Ransing wrote: > Marven, Thanks for your reply

[Rails] Re: Your expert views on rails code security needed !

2009-06-23 Thread Matt Jones
What you're attempting here is equivalent to a DRM system; or in simpler terms, giving someone a lock and the key and expecting that the lock will provide protection. The code's got to be run somehow, and if the clients control the server, they can get at it. Encrypted source files can be capture

[Rails] Re: Your expert views on rails code security needed !

2009-06-23 Thread Marnen Laibow-Koser
Sandip Ransing wrote: > Marven, If you're going to use my name, please spel it correctly. :) > Thanks for your reply ! > > I think, you missunderstood what i am saying. > > Let me explain little deep. > Suppose, I have rails application as a product, > I wanted to deploy it for many clients.

[Rails] Re: Your expert views on rails code security needed !

2009-06-23 Thread Sandip Ransing
Marven, Thanks for your reply ! I think, you missunderstood what i am saying. Let me explain little deep. Suppose, I have rails application as a product, I wanted to deploy it for many clients. They have their own servers. What make me sure that code is not exposed. What are your views ??? Th

[Rails] Re: Your expert views on rails code security needed !

2009-06-16 Thread Marnen Laibow-Koser
Sandip Ransing wrote: > Hello All, > > I wanted to know your views on how rails application code can be secured > while deployment. Just make sure no one can gain unauthorized access to the server. (That includes setting things up with proper permissions, decent passwords...you get the idea.)