Hi All, I have a query, I want to encrypt my rails application, such that no one can see the code of that, like exe in asp and compiled jsp in java. It''s very urgent do you have any-any way to do so. Regards, Pavan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
No, ruby is interpreted and not compiled to exe or class files. Who are you trying to protect your code from? Pavan Agrawal wrote:> Hi All, > I have a query, I want to encrypt my rails application, such > that no one can see the code of that, like exe in asp and compiled jsp > in java. > > It''s very urgent do you have any-any way to do so. > > Regards, > Pavan > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
It may be posible to use jRuby http://jruby.codehaus.org/ to deploy your Rails Project inside a .jar. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jan-14 12:58 UTC
Re: Making rails application encrypted
what about here? http://www.erikveen.dds.nl/distributingrubyapplications/rails.html#3.5.0 On Jan 14, 12:54 pm, John Ward <john.w...-GYWiJG/7GPbQT0dZR+AlfA@public.gmane.org> wrote:> No, ruby is interpreted and not compiled to exe or class files. > > Who are you trying to protect your code from?Pavan Agrawal wrote: > > Hi All, > > I have a query, I want to encrypt my rails application, such > > that no one can see the code of that, like exe in asp and compiled jsp > > in java. > > > It''s very urgent do you have any-any way to do so. > > > Regards, > > Pavan--~--~---------~--~----~------------~-------~--~----~ 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 Jan 14, 2008 6:58 AM, gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > what about here? > http://www.erikveen.dds.nl/distributingrubyapplications/rails.html#3.5.0 >Nope. It''s just a tarball. You can still see the source, as when you run the .exe it just unpacks the whole app to the temp folder. As said above, there''s no way to do this yet. Ruby is an interpreted language. THe program is the code. This is why so many Rails apps are hosted "software as a service" applications. However, if you trust people, and charge a nominal fee, you can make money off of code. The nice folks at ActiveReload sell their Warehouse program for $30. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---