dennmart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-01 14:48 UTC
Encoding Rails project source code
Hello, After weeks of speaking with my boss, I''ve finally convinced him to allow me to switch our in-house PHP application (for inventory control, employee monitoring, etc.) to Ruby on Rails. He told me that once the application was running smoothly, he plans to commercialize it for our specific industry. However, he asked if there was some sort of way to encode the source code so that if he sells it, no one can modify it, for obvious reasons. I know that PHP has some programs that encode the source code of the application, making the application usable, but it cannot be modified (Using Google to search for "PHP Encoder" brings up many different results). I was wondering, is there something similar for Rails? Searching Google didn''t get me much information. If such a thing exists, I''ll be working on Rails full time, which is what I''ve wanted for a long time! Any information will be greatly appreciated. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Thu, Mar 01, 2007 at 06:48:35AM -0800, dennmart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote :> Hello,Hi,> After weeks of speaking with my boss, I''ve finally convinced him to > allow me to switch our in-house PHP application (for inventory > control, employee monitoring, etc.) to Ruby on Rails.Good for you!> I was wondering, is there something similar for Rails? > Searching Google didn''t get me much information. If such a thing > exists, I''ll be working on Rails full time, which is what I''ve wanted > for a long time!I have the same problem with my current project. It''s almost complete but we don''t know how to encode it yet. We didn''t find a solution :''(> Any information will be greatly appreciated. Thanks!+1 Have fun, -- ,========================. | Pierre-Alexandre Meyer | | email : pam-1sEOgp2Wo8Qdnm+yROfE0A@public.gmane.org | `========================'' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-01 15:23 UTC
Re: Encoding Rails project source code
On Mar 1, 6:48 am, "dennm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <dennm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > After weeks of speaking with my boss, I''ve finally convinced him to > allow me to switch our in-house PHP application (for inventory > control, employee monitoring, etc.) to Ruby on Rails. > > He told me that once the application was running smoothly, he plans to > commercialize it for our specific industry. However, he asked if there > was some sort of way to encode the source code so that if he sells it, > no one can modify it, for obvious reasons. > > I know that PHP has some programs that encode the source code of the > application, making the application usable, but it cannot be modified > (Using Google to search for "PHP Encoder" brings up many different > results). I was wondering, is there something similar for Rails? > Searching Google didn''t get me much information. If such a thing > exists, I''ll be working on Rails full time, which is what I''ve wanted > for a long time! > > Any information will be greatly appreciated. Thanks!This is pretty FAQ. google ruby-talk archiev (AND c.l.ruby archive, they diverged for a few months last year or year before) for "protect/ obscure/hide/ source code" http://rubystuff.org/nodewrap/#tools http://blog.zenspider.com/archives/zenobfuscate/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
dennmart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-01 15:41 UTC
Re: Encoding Rails project source code
I was actually searching for "Rails encoding", but totally forgot about the "Ruby" aspect of it. Sorry about that. I''ve checked those links out, and once I get my project underway, I''ll verify the software and hopefully it''ll be just what I need. Thank you very much for the quick help! On Mar 1, 11:23 am, "gene.t...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gene.t...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This is pretty FAQ. google ruby-talk archiev (AND c.l.ruby archive, > they diverged for a few months last year or year before) for "protect/ > obscure/hide/ source code"http://rubystuff.org/nodewrap/#toolshttp://blog.zenspider.com/archives/zenobfuscate/--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-01 16:52 UTC
Re: Encoding Rails project source code
On Mar 1, 7:41 am, "dennm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <dennm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I was actually searching for "Rails encoding", but totally forgot > about the "Ruby" aspect of it. Sorry about that. > > I''ve checked those links out, and once I get my project underway, I''ll > verify the software and hopefully it''ll be just what I need. Thank you > very much for the quick help!also very effective: http://redhanded.hobix.com/inspect/streamCopyYoutubeRevverEtc.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---